A template for Mindustry modding.

Overview

Mindustry Mod Template

A template for Mindustry modding.

English | 中文

ICON

Requirements

  • Java: Java 8 SDK

Functions

Auto-release

Every commit started with "[AR]" will automatically generate a new release after succeeding in Build Task by GitHub Actions, for Anuken/MindustryMods checking. The latest auto-release will replace the old one.

Build Test

To support Continuous Integration(CI), every commit will be checked for validity by building the project.

Configuration

Modify settings in gradle.properties such as game version.

Easy Debug

  • Run gradle task "runMod" for desktop and "runModSever" for server as Debug mod.
  • Enjoy the hot-reload by build project/module in Build Menu while the game is running, supported by Intellij IDEA.
  • Recommend you to turn off the in-game setting, Game>>Disable Mods On Startup Crash, to gain more convenience.

Android Deployment Fix

It was fixed that the task "deploy" cannot find d8 in your environment variable PATH on some platforms. Note: You still have to download Android SDK and add it into PATH.

Kotlin Support

If you want to use Kotlin in your project, set the "UseKotlin=true" in gradle.properties. And you can also select which Kotlin version you want to use in it. Build scripts will deal with the problem of duplicate files for you.

Licence

GNU General Public License v3.0

You might also like...

An elegant Minecraft mod template for the Fabric mod loader

An elegant Minecraft mod template for the Fabric mod loader

Fabric Example Mod Lorem ipsum dolor sit amet Example is a Minecraft mod that lorem ipsum dolor sit amet. Ut mi lectus, egestas a justo nec, hendrerit

Dec 25, 2022

A beta mindustry mod, this mod not uploaded on mindustry until a new release has been released

Project EPL A beta mindustry mod, this mod not uploaded on mindustry until a new release has been released. the way you can compile/implement it is in

Feb 4, 2022

Mindustry 2 - Among Us 2, but it's Mindustry instead of Among Us

Mindustry 2 Among Us 2, but it's Mindustry instead of Among Us. Download a precompiled build here Building for Desktop Testing Install JDK 17 and curl

Sep 3, 2022

A Java Mindustry mod template that works on Android and PC. The Kotlin version of this mod can be seen here.

Mindustry Java Mod Template A Java Mindustry mod template that works on Android and PC. The Kotlin version of this mod can be seen here. Building for

Jan 22, 2022

Mindustry Java Mod Template

Mindustry Java Mod Template A Java Mindustry mod template that works on Android and PC. The Kotlin version of this mod can be seen here. Building for

Oct 3, 2022

Te4j (Template Engine For Java) - Fastest and easy template engine

Te4j (Template Engine For Java) - Fastest and easy template engine

Te4j About the project Te4j (Template Engine For Java) - Fastest and easy template engine Pros Extremely fast (127k renders per second on 4790K) Easy

Nov 11, 2022

An IDE built specifically for Modding Minecraft Java Edition, containing many useful features that will be helpful for modders.

Modding-IDE An IDE built specifically for Modding Minecraft Java Edition, containing many useful features that will be helpful for modders. Trello: ht

Jul 16, 2022

An IDE built specifically for Modding Minecraft Java Edition, containing many useful features that will be helpful for modders.

Railroad IDE Railroad IDE is an IDE that is made specifically for Minecraft Development including Forge Mods, and Fabric Mods! This IDE is made to hel

Dec 8, 2022

Mc-msa-token-getter - Scripts to retrieve MC authentication tokens for use in modding dev envs.

Minecraft MSA Token Getter Python and Java scripts to retrieve MC authentication tokens for use in modding dev envs. Requires a properly configured Az

Jan 3, 2022

Mod development kit for the Tecknix Client Modding API

Mod development kit for the Tecknix Client Modding API

Tecknix Mod Loader API THIS API IS NOT COMPLETE AND WILL NOT YET ALLOW YOU TO MOD THE CLIENT What is this? This is our modding MDK for Tecknix Client.

Sep 12, 2022

Just some small utilities for sandbox/modding

Testing Utilities Just some small utilities for sandbox/modding Team Changer: Change teams easilty. (Disabled in campaign) Seppuku Button: Kill yourse

Dec 12, 2022

Apron: Classic Modding APIs on Babric

Apron Apron adds a compatibility layer between Fabric and several legacy modding APIs. In essence, it is a complete reimplementation of the API mods o

Dec 4, 2022

An example of mindustry plugin

Плагин-пример. If you want an English version of this plugin, DM me: Даркнесс#3729 Чтобы увидеть, как работает плагин, заходи в папку src/darkdustry и

Oct 18, 2022

Mindustry java mod that adds a redstone-like wire-based logic system, tailored for making circuits.

Mindustry java mod that adds a redstone-like wire-based logic system, tailored for making circuits.

See Esoterum-Solutions for builds 0.0-1.2 A small Mindustry Java mod that adds a wire-based logic system tailored for building circuits. New content s

Oct 25, 2022

A mindustry plugin that checks if a image is banned. No more nsfw (hopefully)

A mindustry plugin that checks if a image is banned. No more nsfw (hopefully)

GlobalImageBan A mindustry plugin that checks if a image is banned. No more nsfw (hopefully) ATTENTION: We need people to submit NSFW Schematics in th

Nov 15, 2022

A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

Sep 3, 2022

Nuclear-Mines-Mod - A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

Sep 3, 2022

A public, stripped down workspace of the Project Unity mod, a mega-collaboration Mindustry mod

A public, stripped down workspace of the Project Unity mod, a mega-collaboration Mindustry mod

A public, stripped down workspace of the Project Unity mod, a mega-collaboration Mindustry mod. Not intended to be played yet; this is purely for code publicity and healthy competition reasons.

Jan 1, 2023

a mindustry v7 mod written in java. made by 12three7#5723.

Binary0011 a binary themed mod for mindustry v7. the "Java port" and complete rework of my old (hjson) mod "Binary0011". the way you can compile/imple

Sep 1, 2022
Releases(AUTOR)
Owner
Li Plum
An amateur, making everything half-way.
Li Plum
Mod development kit for the Tecknix Client Modding API

Tecknix Mod Loader API THIS API IS NOT COMPLETE AND WILL NOT YET ALLOW YOU TO MOD THE CLIENT What is this? This is our modding MDK for Tecknix Client.

Tecknix Client 6 Sep 12, 2022
Just some small utilities for sandbox/modding

Testing Utilities Just some small utilities for sandbox/modding Team Changer: Change teams easilty. (Disabled in campaign) Seppuku Button: Kill yourse

dead inside 27 Dec 12, 2022
Apron: Classic Modding APIs on Babric

Apron Apron adds a compatibility layer between Fabric and several legacy modding APIs. In essence, it is a complete reimplementation of the API mods o

Better Than Updates 9 Dec 4, 2022
A mindustry plugin that checks if a image is banned. No more nsfw (hopefully)

GlobalImageBan A mindustry plugin that checks if a image is banned. No more nsfw (hopefully) ATTENTION: We need people to submit NSFW Schematics in th

null 2 Nov 15, 2022
A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Nuclear-Mines-Mod - A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Chess in Mindustry.

ChessDustry A (Java) Mindustry Mod that adds Chess pieces to the game. Building for Desktop Testing Install JDK 17. Run gradlew jar [1] or preferred [

null 14 Aug 6, 2022
Mindustry v7 experimental mod.

Confictura A Mindustry v7 experimental mod. Features "Shockwave" effect, distorting the screen pixels. Slash trail effect. Building for Desktop Testin

null 15 Sep 3, 2022
A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.

MultiCrafter Lib A Mindustry MultiCrafter lib-mod for Json and JavaScript mods. Please check the instruction. How to Use Please check the instruction

Li plum 24 Dec 27, 2022
Sequel to Heavy Armaments Industries, a mod for mindustry written in Java

Sequel to Heavy Armaments Industries, a mod for mindustry written in Java

Eschatologue 78 Dec 30, 2022