A support tool for Mindcode.
This mod loads into a Mindustry game, reads metadata information from a runtime environment and stores them into text file(s) in the game directory. These files then must be manually copied into the Mindcode project.
The main branch contains the mod version compatible with the latest BE. The other branches contain versions compatible with stable releases.
- Install JDK 17.
- Run
gradlew jar[1]. - The
mimexDesktop.jarwill be in thebuild/libsdirectory. Only use this version for obtaining metadata on desktop. It will not work on Android.
There's no need to build or run this mod on other platforms.
[1] On Linux/Mac it's ./gradlew, but if you're using Linux I assume you know how to run executables properly anyway.