Template mod to make an addon mod for Create fabric.
- Java 100%
| .github/workflows | ||
| gradle/wrapper | ||
| run/config | ||
| src/main | ||
| .editorconfig | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Create Fabric Addon Template
This template mod comes pre-configured for developing an addon mod for Create on Fabric.
Setup
This template is an extension of the base Fabric Example Mod. Setup is mostly the same.
Additionally, set recipe_viewer in gradle.properties. Remember to remove unused
example code. Make sure versions are up-to-date.
When you publish your mod, you should use jars provided by GitHub Actions. These jars will be built in a predictable environment and will have build number metadata.
Features
- Access to Create and all of its dependencies
- Mojang Mappings base, with Parchment providing Javadoc and parameters
- Automatic build workflow with GitHub Actions
- Developer QOL: Mod Menu, recipe viewers
Other Templates
Help
Questions? Join us in the #devchat channel of the Create Discord.
License
This template is available under the CC0 license. Feel free to do as you wish with it.