From a6c18435d4bd220bc96127ecc63e0ad8df0c8c6f Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Thu, 22 Feb 2018 21:55:14 +1000 Subject: + Added config for the Large Extruder. + Added config for machine component assemblers. + Added recipes for Large Extruder and its casings. % Changed default config value for custom circuits. It was true, now it is false. $ Tweaked ASM class handling when conditions are not met. --- src/Java/gtPlusPlus/core/common/CommonProxy.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 421a522945..f895cd60d9 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -75,14 +75,15 @@ public class CommonProxy { registerEntities(); Logger.INFO("[Proxy] Calling Tile Entity registrator."); registerTileEntities(); - Logger.INFO("[Proxy] Calling Render registrator."); - registerRenderThings(); //Moved from Init after Debug Loading. //29/01/18 - Alkalus ModItems.init(); ModBlocks.init(); CI.preInit(); + + Logger.INFO("[Proxy] Calling Render registrator."); + registerRenderThings(); } -- cgit