Skip to content

2.0.0-RC.2+MC-1.14.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@MairwunNx MairwunNx released this 14 May 09:56
· 156 commits to MC-1.14.4 since this release

Added

  • Back location revoking on player leaving.
  • zh_cn localization added to safe localizations list.
  • PermissionResolutionStrategy implemented.
  • org.json:json implementation/internal dependency.
  • CommandAliases class with aliases hash map.

Changes

  • Kotlin serialization gradle plugin updated.
  • mods.toml -> credits property value updated.
  • Module logic have moved to ModuleObject.kt.
  • Changed documentation since version format.
  • Some multi-line strings converted to string blocks.
  • Kotlin experimental unsigned types replaced on typical types.

Removed

  • logoFile entry from mods.toml.
  • Directory paths for debugging.
  • Old unused assets.
  • Documentation from documentation directory.
  • ⚠ Annotations for configuration, commands and module.
  • kotlin-reflect from implementation\internal dependencies.
  • Klaxon from implementation\internal dependencies.
  • Cooldown from implementation dependencies.
  • api version property from module (with annotation).
  • IModule#reload() method removed.
  • IModule#getModule() method removed.
  • IModule#getModuleData() method removed.