From e94b28f5ea7128cfa4c81de1a736439c746dc660 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 14 Nov 2016 05:00:38 +1000 Subject: - 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. --- src/Java/gtPlusPlus/GTplusplus.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Java/gtPlusPlus') 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."); } -- cgit