Skip to content

Version 0.30.1

Choose a tag to compare

@ago1024 ago1024 released this 28 Oct 11:56
· 144 commits to develop since this release

Version 0.30.1

modloader

  • read mod configurations from packaged configurations in mod jars as well
  • size property is actually used when the ItemTemplateBuilder constructor is used
  • added eggLayer and headbuttDamString to CreatureTemplateBuilder
  • new helper CreatureTemplateParser, ItemIdParser and CreatureTypesParser which allow parsing names or ids. The names are resolved from the static entries in the CreatureTemplates, ItemList and CreatureTypes classes.
  • classes from imported dependencies retain their original classloader

creatureagemod

  • resolve excluded creature templates using CreatureTemplateParser

httpserver

  • split http server from serverpacks mod

serverpacks

  • serverpacks now requires httpserver which is activated automaticly