You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review the supported Minecraft versions in settings.gradle.kts.
For new entries, add versions/.../gradle.properties with the same keys as other versions.
Change mod.group, mod.id and mod.name properties in gradle.properties.
Rename com.example package in src/main/java.
Rename src/main/resources/template.mixins.json to use your mod's id.
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.