Skip to content

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

License

Notifications You must be signed in to change notification settings

Porting-Dead-Mods/TinkersConstruct

This branch is 10 commits ahead of, 300 commits behind SlimeKnights/TinkersConstruct:1.20.1.

Folders and files

NameName
Last commit message
Last commit date
Sep 23, 2024
Nov 7, 2024
Nov 7, 2024
Jun 11, 2022
Nov 8, 2024
Apr 9, 2021
Mar 15, 2024
Aug 16, 2018
Jan 3, 2022
Feb 3, 2022
Aug 2, 2017
Jan 22, 2020
Nov 7, 2024
Sep 19, 2014
Feb 5, 2014
Nov 7, 2024
Mar 13, 2024
Mar 13, 2024
Feb 6, 2020
Jul 23, 2016
Mar 13, 2024

Repository files navigation

Modify all the things, then do it again!
Melt down any metals you find. Power the world with spinning wind!

IMC

Tinkers' Construct supports several IMCs to allow mods to integrate themselves. The Wiki contains a page with further information. Anything that is not possible via IMC has to be integrated via Code through the API/library package.

(old 1.7.10 IMCs can be found here: https://gist.github.com/bonii-xx/e46f9d9e81e29d796b1b)

Setting up a Workspace/Compiling 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

Issue reporting

Please include the following:

  • Minecraft version
  • Tinkers' Construct version
  • Forge version/build
  • Versions of any mods potentially related to the issue
  • Any relevant screenshots are greatly appreciated.
  • For crashes:
    • Steps to reproduce
    • ForgeModLoader-client-0.log (the FML log) from the root folder of the client

Licenses

Code, Textures and binaries are licensed under the MIT License.

You are allowed to use the mod in your modpack. Any modpack which uses Tinkers' Construct takes full responsibility for user support queries. For anyone else, we only support official builds from the main CI server, not custom built jars. We also do not take bug reports for outdated builds of Minecraft.

If you have queries about any license or the above support restrictions, please drop by our IRC channel, #TinkersConstruct on irc.esper.net

Any alternate licenses are noted where appropriate.

Jar Signing

Some jars from our build servers may be signed. Under no circumstances does anyone have permission to verify the signatures on those jars from other mods. The signing is for informational purposes only.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%