A support tool for Mindcode.
This mod loads into a Mindustry game, reads metadata information from runtime environment and stores them into text file(s) in game directory. These files then must be manually copied into the Mindcode project.
- Install JDK 17.
- Run
gradlew jar
[1]. - The
mimexDesktop.jar
will be in thebuild/libs
directory. 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.