Register new loot tables

- I forgot to do that :/
This commit is contained in:
Robijnvogel 2018-01-22 00:13:52 +01:00
parent edb4497e1e
commit 06210605db

View file

@ -60,6 +60,8 @@ public abstract class CommonProxy {
SchematicHandler.INSTANCE.loadSchematics(); SchematicHandler.INSTANCE.loadSchematics();
LootTableList.register(new ResourceLocation(DimDoors.MODID, "dungeon_chest")); LootTableList.register(new ResourceLocation(DimDoors.MODID, "dungeon_chest"));
LootTableList.register(new ResourceLocation(DimDoors.MODID, "dispenser_projectiles")); LootTableList.register(new ResourceLocation(DimDoors.MODID, "dispenser_projectiles"));
LootTableList.register(new ResourceLocation(DimDoors.MODID, "dispenser_splash_potions"));
LootTableList.register(new ResourceLocation(DimDoors.MODID, "dispenser_potion_arrows"));
} }
public void registerTileEntities() { public void registerTileEntities() {