This is a mod for the game minecraft.
Mostly for fun, but feel free to use it.
- Hammer
- The Hammer is a 3*3 mining tool, which digs everthing instant.
If you want to contribute, you can do so by reporting bugs, by helping fix the bugs or by spreading the word!
You are also welcome to support us on Patreon!
TeamIOUtils uses a fairly simple implementation of ForgeGradle. To build a ready-to-use jar, you can use the gradle wrapper delivered with the rest of the source code.
For Windows systems, run this in the console:
gradlew.bat build
For *nix systems, run this in the terminal:
./gradlew build
Installed Gradle versions should also work fine.
Mod & Dependency versions are controlled in the build.gradle and according build.properties file. Mod metadata is replaced in the mcmod.info by gradle during build.