Template mod to make an addon mod for Create fabric.
Find a file
2025-01-01 14:30:06 -05:00
.github/workflows update workflow 2024-12-01 00:25:50 -05:00
gradle/wrapper updates and cleanup 2024-12-01 00:11:02 -05:00
run/config setup 2022-06-24 03:44:42 -04:00
src/main update icon 2024-12-01 02:06:50 -05:00
.editorconfig Initial commit 2022-06-24 02:34:28 -04:00
.gitignore Initial commit 2022-06-24 02:34:28 -04:00
build.gradle update create & emi 2025-01-01 14:30:06 -05:00
gradle.properties update create & emi 2025-01-01 14:30:06 -05:00
gradlew Update template 2024-03-16 17:21:11 -04:00
gradlew.bat Initial commit 2022-06-24 02:34:28 -04:00
LICENSE setup 2022-06-24 03:44:42 -04:00
README.md the sequel 2024-12-01 00:33:18 -05:00
settings.gradle Initial commit 2022-06-24 02:34:28 -04:00

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.