Skip to content

Repository files navigation

MMD Mod Template

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.

Discord Badge Github Badge

Setup

On Windows:

.\gradlew.bat eclipse genEclipseRuns
.\gradlew.bat build

On Linux or macOS:

./gradlew eclipse genEclipseRuns
./gradlew build

setupDecompWorkspace was a ForgeGradle 2 task and is not used by this template as we use ForgeGradle 7 instead.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages