Fixes #3104
This commit is contained in:
parent
2e6f8539fd
commit
e29371c82c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class TRBlockTagProvider extends FabricTagProvider.BlockTagProvider {
|
||||||
|
|
||||||
TRContent.StorageBlocks.values().each {
|
TRContent.StorageBlocks.values().each {
|
||||||
getOrCreateTagBuilder(BlockTags.PICKAXE_MINEABLE)
|
getOrCreateTagBuilder(BlockTags.PICKAXE_MINEABLE)
|
||||||
.add(it.block)
|
.add(it.block, it.stairsBlock, it.slabBlock, it.wallBlock)
|
||||||
}
|
}
|
||||||
|
|
||||||
TRContent.MachineBlocks.values().each {
|
TRContent.MachineBlocks.values().each {
|
||||||
|
|
Loading…
Reference in a new issue