fabric-mod-template icon indicating copy to clipboard operation
fabric-mod-template copied to clipboard

Template for my fabric mods

fabric-mod-template

License workflow

fallen's fabric mod template

If you find it helpful, a credit to this template in your project will be greatly appreciated

To use

  1. Clone / Use this template to get a new project
  2. Search [FEATURE] in the project, delete or uncomment those addons
  3. Setup the mod
    • Edit java package name
    • Edit gradle.properties for mod id / name etc.
    • Edit mod name in bug_report.yml
    • Edit common.gradle for mod file location constants
    • Change the Minecraft versions in settings.json, build.gradle, and files in the versions folder
    • Search template in the project to see if there are any missing unedited stuffs
  4. Edit README for the new mod