Fix tritanium plating block not dropping itself
This commit is contained in:
parent
a2ecc8b383
commit
a7a54cd293
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user