A template for multiloader Minecraft mods, made to easily be able to create new mods.
- Copy the template
- Rename the folder to your mod's ID
- Your mod's ID should not contain spaces/dashes
- Find and replace
templateorganization
with your Git organization - Find and replace
templatemod
with your mod's ID - Rename all folders named
io.github.steveplays28
to your mod's Maven group - Rename all folders named
templatemod
to your mod's ID - Edit
gradle.properties
- Remove
README.md
- Rename
README_template.md
toREADME.md
- Remove
LICENSE
- Rename
LICENSE_template
toLICENSE
- In
LICENSE
, replaceCURRENT_YEAR
with the current year andAUTHOR
with your name
If you've encountered a problem or you want to suggest features, create an issue on the issue tracker.
git clone https://github.com/steves-underwater-paradise/multiloadertemplatemodmc.git
cd templatemod
./gradlew build
This project is licensed under MIT, see LICENSE.