Forked version of Tinker's Construct being maintained for 1.7.10 for use in the GTNH modpack.
Modify all the things, then do it again!
Melt down any metals you find.
Power the world with spinning wind!
See the general GTNH Developement page.
GTNH Modifications Copyright (c) 2021-2024 The GTNH Team
This code is licensed LGPL v3.0 or later. Feel free to use our changes, just give back any changes you make to the community as well!
The original code is copyright (c) 2015 SlimeKnights and was retroactively released under the MIT License.
Any and all issues with this fork should be brought to the GTNH GitHub - do not bother the original maintainers!
Note: Git MUST be installed and in the system path to use our scripts.
- Setup: Run [gradle]in the repository root:
gradlew[.bat] [setupDevWorkspace|setupDecompWorkspace] [eclipse|idea]
- Build: Run [gradle]in the repository root: `gradlew[.bat] build'
- If obscure Gradle issues are found try running 'gradlew clean' and 'gradlew cleanCache'