Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.74 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.74 KB

Tinker's Middleearth - Bring Tinker's into Middleearth!

A compatability mod for Mevans Lord of the Rings mod and Tinker's Construct for Minecraft 1.7.10

Releases

Releases can be found on CurseForge.

This mod depends on Tinker's Construct, Lord of the Rings Mod: Legacy and Mantle for Forge 1.7.10 - 10.13.4.1614.

Setup for developers

  1. Clone this repository, open it in Intellij IDEA as gradle project
  2. Run setupDecompWorkspace gradle task
  3. Download LotR mod and deobfuscate it using Bon-2. Place the deobfuscated file into the libs folder. Never upload this file!
  4. Generate the source code of the deobfuscated LotR mod using CFR. Put them in a jar file. Don't place it in the libs folder. Never upload this file!
  5. Add Dummy.jar and the deobfuscated LotR mod as local dependencies to the project. Link the source for the LotR mod.
  6. Execute runClient gradle task. If it launches, you've done well

Pitfalls

  • If a "MCP config directory" file choosing dialog pops up while launching, direct it to ~/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/unpacked/conf/
  • Use Java 8