TechReborn/README.md
2015-10-05 13:36:18 +01:00

1 KiB

TechReborn

TechReborn is a resurrection of GregTech 4 for modern Minecraft. It brings most of GT4's features and behaviors to Minecraft, with lots of tweaks, and a few editions. It also aims to be more compatible with other mods than GregTech, and has the ultimate goal of becoming a standalone mod, compatible with but not dependent on IC2.

TechReborn is currently in a beta state.

We have permission to use Greg's textures, see here :https://i.imgur.com/YQEMrq5.png?1

Build Status

Debugging the coremod

If you need to debug the coremod method striping code you must use a custom launch argument to tell forge about the Loading plugin, this is not needed when not running in a none developer environment.

-Dfml.coreMods.load=techreborn.asm.LoadingPlugin

Add that to your JVM arguments in the run configurations in your chosen IDE. This is not mandatory but it is only needed if you want to debug the asm core mod code.