Fix tritanium plating block not dropping itself

This commit is contained in:
DBotThePony 2022-10-08 18:15:05 +07:00
parent a2ecc8b383
commit a7a54cd293
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -62,6 +62,7 @@ fun addLootTables(lootTables: LootTables) {
lootTables.dropsSelf(MBlocks.LABORATORY_LAMP_INVERTED) lootTables.dropsSelf(MBlocks.LABORATORY_LAMP_INVERTED)
lootTables.dropsSelf(MBlocks.DANGER_STRIPE_BLOCK) lootTables.dropsSelf(MBlocks.DANGER_STRIPE_BLOCK)
lootTables.dropsSelf(MBlocks.METAL_BEAM) lootTables.dropsSelf(MBlocks.METAL_BEAM)
lootTables.dropsSelf(MBlocks.TRITANIUM_INGOT_BLOCK)
lootTables.dropsSelf(MBlocks.TRITANIUM_TRAPDOOR) lootTables.dropsSelf(MBlocks.TRITANIUM_TRAPDOOR)
lootTables.dropsSelf(MRegistry.TRITANIUM_PRESSURE_PLATE.allBlocks.values) lootTables.dropsSelf(MRegistry.TRITANIUM_PRESSURE_PLATE.allBlocks.values)