Skip to content

stonecutter-versioning/stonecutter-template-fabric

Repository files navigation

Stonecutter Fabric template

Setup

  1. Review the supported Minecraft versions in settings.gradle.kts. For new entries, add versions/.../gradle.properties with the same keys as other versions.
  2. Change mod.group, mod.id and mod.name properties in gradle.properties.
  3. Rename com.example package in src/main/java.
  4. Rename src/main/resources/template.mixins.json to use your mod's id.
  5. Review the LICENSE file. See the license decision diagram for common options.
  6. Review src/main/resources/fabric.mod.json to have up-to-date properties.

Usage

  • Use "Set active project to ..." Gradle tasks to update the Minecraft version available in src/ classes.
  • Use buildAndCollect Gradle task to store mod releases in build/libs/.
  • Enable mod-publish-plugin in stonecutter.gradle.kts and build.gradle.kts and the corresponding code blocks to publish releases to Modrinth and Curseforge.
  • Enable maven-publish in build.gradle.kts and the corresponding code block to publish releases to a personal maven repository.

Useful links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages