To make your own mod, make sure you:
- Rename instances of
com.exampleto your own package name - In
fabric.mod.json -
- Add your name in the
authorssection
- Add your name in the
-
- Change the
contactinfo to match your mod
- Change the
-
- Change the
idandname, making sure to follow the conventions specified on the Fabric Wiki
- Change the
- Change the
MOD_IDfield in thePolymerTemplateModclass to your mod id
Update dependency versions in gradle.properties with their respective repository links
For setup instructions please see the fabric documentation page that relates to the IDE that you are using.
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own project