diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-24 21:45:03 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-24 21:45:03 +1000 |
commit | 2b9da4a0f048300e14bf359b705a4c04c05064ba (patch) | |
tree | 565681007584bb5a527d3496dd14dfaaec87582e /src/Java/gtPlusPlus/core/common/CommonProxy.java | |
parent | ecf908e98ccee72a713091e8ab547e35a41d7436 (diff) | |
download | GT5-Unofficial-2b9da4a0f048300e14bf359b705a4c04c05064ba.tar.gz GT5-Unofficial-2b9da4a0f048300e14bf359b705a4c04c05064ba.tar.bz2 GT5-Unofficial-2b9da4a0f048300e14bf359b705a4c04c05064ba.zip |
+ Added the Tesla Tower for base defence.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common/CommonProxy.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index 11be6f5f2d..532da59515 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -71,6 +71,8 @@ public class CommonProxy { registerEntities(); Logger.INFO("[Proxy] Calling Tile Entity registrator."); registerTileEntities(); + Logger.INFO("[Proxy] Calling Render registrator."); + registerRenderThings(); } @@ -104,9 +106,6 @@ public class CommonProxy { * End of Subscribe Event registration. */ - Logger.INFO("[Proxy] Calling Render registrator."); - registerRenderThings(); - //Compat Handling COMPAT_HANDLER.registerMyModsOreDictEntries(); COMPAT_HANDLER.intermodOreDictionarySupport(); |