diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-01-31 22:16:31 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-01-31 22:16:31 +1000 |
commit | 7a1c92118a53b5bc6294d65361e16c5859597a10 (patch) | |
tree | 2dba81c7d2eb78e48ceba687af6aaaa1de746289 /src/Java/gtPlusPlus/core/common | |
parent | c793ff869c74bae8c35516042f5ae883aeb270c9 (diff) | |
download | GT5-Unofficial-7a1c92118a53b5bc6294d65361e16c5859597a10.tar.gz GT5-Unofficial-7a1c92118a53b5bc6294d65361e16c5859597a10.tar.bz2 GT5-Unofficial-7a1c92118a53b5bc6294d65361e16c5859597a10.zip |
$ Finished ASM for getDrops() GT fix.
% Mild re-arrangement to CI.java.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 4 |
1 files changed, 3 insertions, 1 deletions
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. |