Skip to content

v1.15.2-1.0.1

Compare
Choose a tag to compare
@MairwunNx MairwunNx released this 13 Mar 18:57
· 5 commits to MC-1.15.2 since this release

Added

  • sendMessage in Messaging.kt implemented.
  • Localization processing.
  • Libraries added as dependency in build.gradle.
  • Libraries added for 1.14.4 branch.

Changed

  • CooldownCommand.kt cleanup. Now usings new messaging API.
  • UseExperimental annotation replaced with OptIn in CooldownConfig CooldownAPI.getCooldownTimeLeft.
  • sendMsg replaced with sendMessage.
  • Forge updated to 28.2.0 version.
  • Kotlin updated to 1.3.70 version.
  • dokka updated to 0.10.1.
  • kotlinx serialization updated to 0.20.0.

Removed

  • UseExperimental annotation from CooldownConfig class.
  • curseforge removed from dependency repositories.
  • jitpack.io maven repo removed from repositories in build.gradle.
  • kotlin.Experimental compiler arg removed from buildscript.
  • Project Essentials dependencies removed from buildscript.