Skip to content

Version 0.8.1

Pre-release
Pre-release

Choose a tag to compare

@ago1024 ago1024 released this 07 Nov 12:09
· 436 commits to master since this release

Version 0.8.1 - Bag of Holding

new Feature: Bag of Holding priest spell

The spell reuses the courier enchantment to allow a priest to magicly distort space and time to create a larger volume on the inside. The spell power determines how much space is bend.

ModLoader

  • added Linux shell script
  • Startup scripts check for logging.properties
  • Check for Initable or PreInitable on init (WalkerInTheVoid)
  • Mods can elect to use the main class loader (sharedClassLoader property)
  • Added callPrivateMethod to ReflectionUtil

SpellMod

  • Replaced isPriest detection with bytecode editing (WalkerInTheVoid)

CropMod

  • Replaced overgrowth check with bytecode editing (WalkerInTheVoid)

BagOfHolding

  • Added mod to enlarge containers using a priest spell

CreatureAgeMod

  • Replaced agePoll check with bytecode editing