From 7a1c92118a53b5bc6294d65361e16c5859597a10 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Wed, 31 Jan 2018 22:16:31 +1000 Subject: $ Finished ASM for getDrops() GT fix. % Mild re-arrangement to CI.java. --- src/Java/gtPlusPlus/core/common/CommonProxy.java | 4 +++- 1 file changed, 3 insertions(+), 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 191f81cef5..6acdf9b0c3 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -78,7 +78,7 @@ public class CommonProxy { //29/01/18 - Alkalus ModItems.init(); ModBlocks.init(); - CI.Init(); + CI.preInit(); } @@ -88,6 +88,8 @@ public class CommonProxy { if (CORE.DEBUG){ DEBUG_INIT.registerHandlers(); } + + CI.init(); /** * Register the Event Handlers. -- cgit