A compatability mod for Mevans Lord of the Rings mod and Tinker's Construct for Minecraft 1.7.10
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.
- Clone this repository, open it in Intellij IDEA as gradle project
- Run
setupDecompWorkspace
gradle task - Download LotR mod and deobfuscate it using Bon-2. Place the deobfuscated file into the
libs
folder. Never upload this file! - 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! - Add
Dummy.jar
and the deobfuscated LotR mod as local dependencies to the project. Link the source for the LotR mod. - Execute
runClient
gradle task. If it launches, you've done well
- 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