TechReborn/README.md

18 lines
1 KiB
Markdown
Raw Normal View History

2015-04-09 13:19:27 +02:00
# TechReborn
2015-05-03 09:16:59 +02:00
2015-09-11 18:32:51 +02:00
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.
2015-06-08 23:09:49 +02:00
2015-09-10 20:46:31 +02:00
TechReborn is currently in a beta state.
2015-06-08 23:11:47 +02:00
2015-06-10 21:57:02 +02:00
We have permission to use Greg's textures, see here :https://i.imgur.com/YQEMrq5.png?1
2015-05-03 09:16:59 +02:00
[![Build Status](http://modmuss50.me:8080/buildStatus/icon?job=TechReborn)](http://modmuss50.me:8080/job/TechReborn/)
## Debugging the coremod
2015-10-05 14:36:18 +02:00
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`
2015-09-11 18:32:51 +02:00
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.