From 7916998ff880b0f6440c5c5f042e7eab240047a2 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Thu, 23 Aug 2018 15:24:55 +1000 Subject: % Shuffled some thing around in the proxies. --- src/Java/gtPlusPlus/core/common/CommonProxy.java | 4 ++++ 1 file changed, 4 insertions(+) (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 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(); -- cgit