SlimeKnights / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
1.22k stars 772 forks source link

source code for 1.7.10 doesnt have the Mantle api #3672

Closed Samuel1099 closed 5 years ago

Samuel1099 commented 5 years ago

Issue description: Im trying to edit the 1.7.10 version of TConstruct so i can make the infiniTools craftable but when i load the project into eclipse, I get an error when trying to import Mantle. Looking through the API folder, I cant find the Mantle API. I can't find it online either.

KnightMiner commented 5 years ago

Have you tried looking at the Mantle repository? Though it's easier to just use gradle to pull it from maven (use the command gradlew setupDecompWorkspace

Samuel1099 commented 5 years ago

how would I go about doing that?

KnightMiner commented 5 years ago

Open command prompt in the folder containing the cloned repository and run the command. If you are unsure how to do that, you should look into Forge modding tutorials as that is the same for any mod (need to know the basics before doing the complex stuff)