Skip to content

Releases: Mnemotechnician/kotlin-mindustry-mod-template

v2.2

16 Oct 14:55
66dc76d
Compare
Choose a tag to compare

By @SMOLKEYS:

  • Updated the mindustry dependency
  • Fixed building the mod template under Microsoft Windows
  • Performed some misc changes

v2.1

07 Mar 14:23
Compare
Choose a tag to compare

— Implemented semi-incremental dexing (dependencies are now dexed ahead-of-time and then merged with the project dex). This results in a 2x-5x increase of dexing speed, but increases the time required to dex the project for the first time.
Updated dependencies:
— Kotlin 1.7.20-Beta -> 1.8.0
— Gradle wrapper 7.5 -> 8.0
— Mindustry vUnknown -> v141
— MKUI v1.1 -> v1.2.1

v2.0

24 Aug 11:26
Compare
Choose a tag to compare

— Created a top-level gradle buildscript and moved some things to it
— Upgraded to mindustry v7 (b137), mkui v1.1, kotlin 1.7.20-Beta

v1.0 improved

05 Feb 16:03
Compare
Choose a tag to compare

— Improvements of the template

v1.0

01 Jan 15:41
Compare
Choose a tag to compare

First release