Some tools for kotlin mindustry mods
Features:
- Main dispatcher -> Core.app.post
If you want to use this library in your mod, you need to add it to your build.gradle file:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.MichaAI:MindustryKotlinTools:0.1'
}AND users need to install this mod BEFORE you mod.
Cringe.