/TinkersConstruct

Tinker a little, build a little, tinker a little more...

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

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!

Development

See the general GTNH Developement page.

License

GTNH Modifications Copyright (c) 2021-2022 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!

Compile from Source

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'