A client-side Mindustry mod that contains useful tools or utilities.
You can find the list of stable builds in Releases.
There is also a "development" build here. This build is generated for every commit. The mod browser in the game will automatically download the mod from this release because it will always be the latest release.
To install the mod (from both stable or development), do the following:
- Download the JAR file, it should have the name 'mind-util.jar'
- Move it to Mindustry's mods directory:
- Linux:
$HOME/.local/share/Mindustry/mods/
- MacOS:
$HOME/Library/Application Support/Mindustry/mods/
- Steam:
steam/steamapps/common/Mindustry/mods/
- Windows:
%AppData%/Mindustry/mods/
- Linux:
git clone https://github.com/iarkn/mind-util.git
cd mind-util
./gradlew jar
Build output will be in build/libs
. If you are on Windows, do gradlew jar
to build the project.
- Download and unzip the command line tools
for Android Studio to
$HOME/Android/
* or any directory you prefer. - Set
ANDROID_SDK_ROOT
to$HOME/Android
or your preferred directory. - Install the latest version of
platforms
andbuild-tools
. - Include
$ANDROID_SDK_ROOT/build-tools/<version>
in the PATH environment variable. - Do
./gradlew deploy
on Linux/MacOS orgradlew deploy
on Windows.
* If you are using Windows, you can put it in C:\Android\
or something.
MIT