Update README.md
This commit is contained in:
parent
c336d9d76c
commit
8e7b48942a
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# TechReborn
|
# TechReborn
|
||||||
|
|
||||||
TechReborn is a ressurection 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 dependant on IC2.
|
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.
|
TechReborn is currently in a beta state.
|
||||||
|
|
||||||
|
@ -10,9 +10,8 @@ We have permission to use Greg's textures, see here :https://i.imgur.com/YQEMrq5
|
||||||
|
|
||||||
## Debugging the coremod
|
## Debugging the coremod
|
||||||
|
|
||||||
If you need to debugg the coremod methord and 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.
|
If you need to debug the coremod method and 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`
|
`-Dfml.coreMods.load=techreborn.asm.LoadingPlugin`
|
||||||
|
|
||||||
Add that to your JVM argments in the run configurations in your chosen IDE. This is not manditory but it is only needed if you want to debug the asm core mod code.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue