diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-14 06:45:39 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-14 06:45:39 +1000 |
commit | a854011984ad05238dccf1d42925686257a4116b (patch) | |
tree | d22487eadd4c346f92233ae3aabf4b0db218b4bb /src/Java/gtPlusPlus/core/common | |
parent | 26a516093424c7f2fd637681ae190bc00335a668 (diff) | |
download | GT5-Unofficial-a854011984ad05238dccf1d42925686257a4116b.tar.gz GT5-Unofficial-a854011984ad05238dccf1d42925686257a4116b.tar.bz2 GT5-Unofficial-a854011984ad05238dccf1d42925686257a4116b.zip |
% More book changes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/common')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index 16c755b23d..55bde81bb7 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -64,7 +64,7 @@ public class CommonProxy { } AddToCreativeTab.initialiseTabs(); COMPAT_IntermodStaging.preInit(); - + BookHandler.run(); //Registration of entities and renderers Utils.LOG_INFO("[Proxy] Calling Entity registrator."); registerEntities(); |