-
Notifications
You must be signed in to change notification settings - Fork 1
Versions
Martin Hövre edited this page Nov 1, 2018
·
6 revisions
Added:
- Added kotlinx corutines
Changed:
- Kotlin version is now 1.3.0
Changed:
getGuiConfig -> getGuiConfigScreenget(category, key, defaultValue, comment, values) -> get(category, key, defaultValue, comment)ConfigurationHandler.guiConfig -> ConfigurationHandler.guiConfigScreen
Added:
- Javadoc
- Kotlin Reflect is now bundled with the jar
-
ProxyInjectordelegate to create proxies -
useProxyto createProxyInjectorinstances
- Cleaned up jar content
Fixed:
- Kotlin is now bundled with the jar
-
setNameextensions forItemandBlockAdded: - Use a enum as a configuration property
- Register a item and item variants with
registerModelextension toItem - Check side with declarative properties
isServerandisClienton World objects - Get all variants of an
Itemwith propertyvariants
Added:
- Utilities