diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-23 15:24:55 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-08-23 15:24:55 +1000 |
commit | 7916998ff880b0f6440c5c5f042e7eab240047a2 (patch) | |
tree | b778688421afebe015943eb1379ff995a04d00b0 /src/Java/gtPlusPlus/core/common | |
parent | 26c13621113c3843d1a339d5600ee843bade3a28 (diff) | |
download | GT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.tar.gz GT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.tar.bz2 GT5-Unofficial-7916998ff880b0f6440c5c5f042e7eab240047a2.zip |
% Shuffled some thing around in the proxies.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index 462f08184f..bea8633a88 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -182,6 +182,10 @@ public class CommonProxy { { COMPAT_HANDLER.InitialiseLateHandlerThenAddRecipes(); } + + public void onLoadComplete(FMLLoadCompleteEvent event) { + COMPAT_IntermodStaging.onLoadComplete(event); + } public void registerNetworkStuff(){ GuiHandler.init(); |