From 4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Mon, 2 Jul 2018 02:47:20 +1000 Subject: + Added extra GTNH checks on old circuit features. - Disabled Sulfuric Chem for the time being. $ Tried to fix all the recipes I borked. --- src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/common') diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index 656951fe31..6035bec37d 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -172,8 +172,8 @@ public class CommonProxy { //Compat Handling COMPAT_HANDLER.RemoveRecipesFromOtherMods(); COMPAT_HANDLER.InitialiseHandlerThenAddRecipes(); - COMPAT_HANDLER.runQueuedRecipes(); COMPAT_HANDLER.startLoadingGregAPIBasedRecipes(); + COMPAT_HANDLER.runQueuedRecipes(); COMPAT_IntermodStaging.postInit(); } -- cgit