Fully fix the not being able to mine pool tiles thing
This commit is contained in:
parent
0a8459d7d0
commit
589e102891
9 changed files with 105 additions and 116 deletions
|
@ -37,7 +37,6 @@ public class ModDeprecatedBlockLootTablesProvider extends BlockLootSubProvider
|
|||
dropSelf(DeprecatedModBlocks.ILUSIUM_BLOCK.get());
|
||||
dropSelf(DeprecatedModBlocks.CLEAR_GLASS_BLOCK.get());
|
||||
dropSelf(DeprecatedModBlocks.LIMINAL_TILES.get());
|
||||
dropSelf(DeprecatedModBlocks.BLACK.get());
|
||||
dropSelf(DeprecatedModBlocks.LIMINAL_TILE_STAIRS.get());
|
||||
dropSelf(DeprecatedModBlocks.LIMINAL_TILE_SLAB.get());
|
||||
dropSelf(DeprecatedModBlocks.LIMINAL_WINDOW.get());
|
||||
|
|
Reference in a new issue