Skip to content

iarkn/mind-util

Repository files navigation

mind-util

build-status

A client-side Mindustry mod that contains useful tools or utilities.

Wiki
Trello

Installation

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:

  1. Download the JAR file, it should have the name 'mind-util.jar'
  2. 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/

Building

Prerequisites

  • Git or download the source code as ZIP
  • JDK 16 or above
  • Android SDK (for Android builds)

Desktop

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.

Android

  1. Download and unzip the command line tools for Android Studio to $HOME/Android/* or any directory you prefer.
  2. Set ANDROID_SDK_ROOT to $HOME/Android or your preferred directory.
  3. Install the latest version of platforms and build-tools.
  4. Include $ANDROID_SDK_ROOT/build-tools/<version> in the PATH environment variable.
  5. Do ./gradlew deploy on Linux/MacOS or gradlew deploy on Windows.

* If you are using Windows, you can put it in C:\Android\ or something.

License

MIT