Loading repository data…
Loading repository data…
MEEPofFaith / repository
A java Mindustry mod. Just me making random stuff.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Meepscellanious Concepts is a combination of two of my mods originally made in v5:
This mod is made up of random ideas that come to me; the balancing is questionable, just have fun.
Or just find it in the in-game mod browser!
This repo is a continuation of this.
Anuke Template > Sonnicon Template
gradlew jar [1].build/libs directory. Only use this version for testing on desktop. It will not work with Android.
To build an Android-compatible version, you need the Android SDK. You can either let Github Actions handle this, or set it up yourself. See steps below.gradlew move can move the file to the mods folder for you.This repository is set up with Github Actions CI to automatically build the mod for you every commit. This requires a Github repository, for obvious reasons. To get a jar file that works for every platform, do the following:
Building locally takes more time to set up, but shouldn't be a problem if you've done Android development before.
ANDROID_HOME environment variable to its location.30.0.1 installed, that would be $ANDROID_HOME/build-tools/30.0.1.gradlew deploy. If you did everything correctlly, this will create a jar file in the build/libs directory that can be run on both Android and desktop.[1] On Linux/Mac it's ./gradlew, but if you're using Linux I assume you know how to run executables properly anyway.
[2]: Yes, I know this is stupid. It's a Github UI limitation - while the jar itself is uploaded unzipped, there is currently no way to download it as a single file.