Repository files navigation
Generate the repository using this template
Clone the repository to your local machine
Open the project in IntelliJ IDEA
Replace rootProject.name in settings.gradle.kts with the name of your mod
Replace the BuildConfig in build.gradle.kts with appropriate values for your mod
Sync the Gradle project
Replace the default package structure with dev.erudites.mods.template under src/main/java/
Rename the following entrypoint classes to match your mod's identity:
TemplateMod.java in src/main/java/dev/erudites/mods/template/
Rename src/main/resources/template.mixins.json to match your modid (e.g., modid.mixins.json) and update the "package" reference inside the file
Update src/main/resources/META-INF/neoforge.mods.toml to reflect your mod's ID, version, entrypoints, and mixin configurations
./gradlew build - Builds the mod JAR file
./gradlew runClient - Runs a local client for testing the mod
./gradlew runServer - Runs a local server for testing the mod
About
Template for creating Minecraft NeoForge Mods
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.