TC Utility is a Minecraft mod that adds over 450 building and decorating blocks to your game. Currently, everything can only be used in creative mode. The mod was originally developed for a server project to add various building blocks like slabs, stairs and doors. As well as replace blocks with tileentity with normal blocks. The mod uses a Json-based registration system, so new blocks can be added easily without changing anything in the program code.
- Find more information on our Discord.
- Download on curseforge.
- Updates can be found in the changelog.
./gradlew genEclipseRuns eclipse
- Import project as existing workspace
./gradlew genIntellijRuns
- Import as gradle project
./gradlew build
- This mod is licensed under apache 2 license. For more information see here.
- This mod can be packed in any curseforge modpack you like.
- Please report issues to the github issues.
- Include your minecraft version, forge version and mod version.
- Upload your log on gist or pastebin and include link in your report.
Blatantly copied from MC-UTeam