diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-14 05:00:38 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-14 05:00:38 +1000 |
commit | e94b28f5ea7128cfa4c81de1a736439c746dc660 (patch) | |
tree | 9265019f96d2aa23f741b2b6bf925314c731f49b /src/Java/gtPlusPlus | |
parent | ce338365e69fc95ba6618118c995226d08e9f817 (diff) | |
download | GT5-Unofficial-e94b28f5ea7128cfa4c81de1a736439c746dc660.tar.gz GT5-Unofficial-e94b28f5ea7128cfa4c81de1a736439c746dc660.tar.bz2 GT5-Unofficial-e94b28f5ea7128cfa4c81de1a736439c746dc660.zip |
- Removed recipe dumping during mod-loading. It's still enabled in debug mode.
- Removed some useless GT material handler code which I no longer need/use.
Diffstat (limited to 'src/Java/gtPlusPlus')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 0b4ff1d7d5..f0ae8e5064 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -182,17 +182,17 @@ implements ActionListener dumpGtRecipeMap(Gregtech_Recipe_Map.sChemicalDehydratorRecipes); dumpGtRecipeMap(Gregtech_Recipe_Map.sCokeOvenRecipes); dumpGtRecipeMap(Gregtech_Recipe_Map.sMatterFab2Recipes); + dumpGtRecipeMap(Gregtech_Recipe_Map.sAlloyBlastSmelterRecipes); } - dumpGtRecipeMap(Gregtech_Recipe_Map.sAlloyBlastSmelterRecipes); //~ ReflectionUtils.becauseIWorkHard(); - Utils.LOG_INFO("Activating GT OreDictionary Handler, this can take some time."); + //Utils.LOG_INFO("Activating GT OreDictionary Handler, this can take some time."); Utils.LOG_INFO("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"); Utils.LOG_INFO("| Recipes succesfully Loaded: "+RegistrationHandler.recipesSuccess+" | Failed: "+RegistrationHandler.recipesFailed + " |"); Utils.LOG_INFO("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"); - Meta_GT_Proxy.activateOreDictHandler(); + //Meta_GT_Proxy.activateOreDictHandler(); Utils.LOG_INFO("Finally, we are finished. Have some cripsy bacon as a reward."); } |