aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/common/CommonProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/common/CommonProxy.java')
-rw-r--r--src/Java/gtPlusPlus/core/common/CommonProxy.java5
1 files changed, 3 insertions, 2 deletions
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();
}