Inject TR loot into chests
This commit is contained in:
parent
35c6c12b72
commit
66a6577dde
14 changed files with 131 additions and 1652 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue