v1.15.2-1.0.1
·
5 commits
to MC-1.15.2
since this release
Added
sendMessage
inMessaging.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 withOptIn
inCooldownConfig
CooldownAPI.getCooldownTimeLeft
.sendMsg
replaced withsendMessage
.- 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 fromCooldownConfig
class.- curseforge removed from dependency repositories.
jitpack.io
maven repo removed from repositories inbuild.gradle
.kotlin.Experimental
compiler arg removed from buildscript.Project Essentials
dependencies removed from buildscript.