diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-02 02:47:20 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-02 02:47:20 +1000 |
commit | 4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be (patch) | |
tree | 017deeced9e1d59e0dd4e4d5d827124272d6a58a /src/Java/gtPlusPlus/core/common/CommonProxy.java | |
parent | 81360a320daf83530cc9260068e13111759d2212 (diff) | |
download | GT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.tar.gz GT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.tar.bz2 GT5-Unofficial-4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be.zip |
+ Added extra GTNH checks on old circuit features.
- Disabled Sulfuric Chem for the time being.
$ Tried to fix all the recipes I borked.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common/CommonProxy.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |