Inject TR loot into chests

This commit is contained in:
drcrazy 2019-07-31 16:17:59 +03:00
parent 35c6c12b72
commit 66a6577dde
14 changed files with 131 additions and 1652 deletions

View file

@ -74,12 +74,10 @@ public class TechReborn implements ModInitializer {
ModRegistry.setupShit();
RecipeCrafter.soundHanlder = new ModSounds.SoundHandler();
ModLoot.init();
proxy.preInit();
// Registers Chest Loot
ModLoot.init();
// MinecraftForge.EVENT_BUS.register(new ModLoot());
// Client only init, needs to be done before parts system
proxy.init();