Skip to content

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

Clone this wiki locally