This commit is contained in:
ayutac 2023-01-10 08:04:11 +01:00 committed by Ayutac
parent 2e6f8539fd
commit e29371c82c

View file

@ -63,7 +63,7 @@ class TRBlockTagProvider extends FabricTagProvider.BlockTagProvider {
TRContent.StorageBlocks.values().each {
getOrCreateTagBuilder(BlockTags.PICKAXE_MINEABLE)
.add(it.block)
.add(it.block, it.stairsBlock, it.slabBlock, it.wallBlock)
}
TRContent.MachineBlocks.values().each {