generated from NeoForgeMDKs/MDK-Forge-1.20.1-ModDevGradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Building the mod
wrldmap edited this page Oct 5, 2025
·
1 revision
If you were confused by the other pages on the wiki and are just wondering "how do I run datagen?" or "how do I build the mod?", you're in luck. Here's how.
This wiki assumes you already have cloned the repository, have it in a directory, and have basic terminal knowledge.
You can run datagen through Gradle. The command for it is .\gradlew runData. Then just merge the src/generated/resources and src/main/resources folders, replacing all existing files.
You can also build the mod through Gradle. The command for it is .\gradlew build. You will find the jar file at build/libs/techifiedcore-x.x.x.jar
Don't complain about outdated wiki, just make a GitHub issue about it.
Wiki home: https://github.com/CreateTechified/TechifiedOres/wiki