Register new loot tables
- I forgot to do that :/
This commit is contained in:
parent
edb4497e1e
commit
06210605db
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ public abstract class CommonProxy {
|
|||
SchematicHandler.INSTANCE.loadSchematics();
|
||||
LootTableList.register(new ResourceLocation(DimDoors.MODID, "dungeon_chest"));
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue