This library enables fabric mod development for the game Mindustry by Anuke. As for now only the desktop client and server is supported.
- Go to the releases and download the latest
installer.
mindustry-fabric-installer-x.x.x-fat.jar
- Run the installer and pick the Mindustry game directory.
The installer will look for the following jars:jre/desktop.jar
itch.io releaseMindustry.jar
current GitHub relasedesktop-release.jar
old GitHub releasedesktop.jar
- Once the installer is done all dependencies will be at
%LOCALAPPDATA%/Mindustry_Fabric
or your os's equivalent.
Also launch script namedmindustry_fabric
will be created in the selected directory. - Run the
mindustry_fabric
script. On the title screen, below the Mindustry logo there should now be a text that saysModded
and the fabric version. - After the first launch a
mods
folder will be created inside the game directory where you can place your mods.
You can use the example-mod as a template.
An IDEA launch configuration is included, you just need to place Mindustry.jar
inside the run
directory.
Other than that, creating mods is pretty much the same as for Minecraft.
Huge thanks @PseudoDistant for helping me out! Check out their list of GameProviders.