Skip to content

Versions

Martin Hövre edited this page Nov 1, 2018 · 6 revisions

1.4.0

Added:

  • Added kotlinx corutines

Changed:

  • Kotlin version is now 1.3.0

1.3.0

Changed:

  • getGuiConfig -> getGuiConfigScreen
  • get(category, key, defaultValue, comment, values) -> get(category, key, defaultValue, comment)
  • ConfigurationHandler.guiConfig -> ConfigurationHandler.guiConfigScreen

Added:

  • Javadoc
  • Kotlin Reflect is now bundled with the jar
  • ProxyInjector delegate to create proxies
  • useProxy to create ProxyInjector instances

1.2.2

  • Cleaned up jar content

1.2.0

Fixed:

  • Kotlin is now bundled with the jar
  • setName extensions for Item and Block Added:
  • Use a enum as a configuration property
  • Register a item and item variants with registerModel extension to Item
  • Check side with declarative properties isServer and isClient on World objects
  • Get all variants of an Item with property variants

1.1.0

Added:

  • Utilities

Clone this wiki locally