A template for modding at MMD, it contains build scripts for testing on pushing commits, actions for releasing builds to CurseForge, Github and the maven MMD uses.
GitHub actions is used for build testing and releasing, releases are made by using Git tags on a commit, tags must always contain the Minecraft version being targeted and the mods version, for example 1.12.2-1.0.0 or 26.1-5.0.0 The Minecraft version is REQUIRED!
This readme is a WIP, feel free to join the Discord server and message Kiri with questions.
On Windows:
.\gradlew.bat eclipse genEclipseRuns
.\gradlew.bat buildOn Linux or macOS:
./gradlew eclipse genEclipseRuns
./gradlew buildsetupDecompWorkspace was a ForgeGradle 2 task and is not used by this
template as we use ForgeGradle 7 instead.