For info on the mod go to either
- modrinth
- curseforge
- in-game wiki (guidebook & patchouli)
How to run / build the mod in an IDE
- git clone the project
- run the runData gradle task, it generates the item & block models
- the data generation only works in versions =>1.20.1, as I didn't backport it. If you want to build the mod for versions before that, you can run the runData gradle task in the 1.20.1 branch and switch back to the branch for your desired version
- run runClient to start a minecraft session, or run jar to generate a .jar file of the mod (located at . /build/reobfJar/output.jar)
Description
Languages
Java
100%