Add stripped pale oak logs & wood to their respective conventional tags (Fixes #4181) (#4199)

This commit is contained in:
Prospector 2024-11-12 10:16:40 -08:00 committed by GitHub
parent a81ce912a4
commit 8ff5c951d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 0 deletions

View file

@ -513,6 +513,7 @@ public final class BlockTagGenerator extends FabricTagProvider.BlockTagProvider
.add(Blocks.STRIPPED_JUNGLE_LOG)
.add(Blocks.STRIPPED_MANGROVE_LOG)
.add(Blocks.STRIPPED_OAK_LOG)
.add(Blocks.STRIPPED_PALE_OAK_LOG)
.add(Blocks.STRIPPED_SPRUCE_LOG);
getOrCreateTagBuilder(ConventionalBlockTags.STRIPPED_WOODS)
@ -523,6 +524,7 @@ public final class BlockTagGenerator extends FabricTagProvider.BlockTagProvider
.add(Blocks.STRIPPED_JUNGLE_WOOD)
.add(Blocks.STRIPPED_MANGROVE_WOOD)
.add(Blocks.STRIPPED_OAK_WOOD)
.add(Blocks.STRIPPED_PALE_OAK_WOOD)
.add(Blocks.STRIPPED_SPRUCE_WOOD);
}

View file

@ -8,6 +8,7 @@
"minecraft:stripped_jungle_log",
"minecraft:stripped_mangrove_log",
"minecraft:stripped_oak_log",
"minecraft:stripped_pale_oak_log",
"minecraft:stripped_spruce_log"
]
}

View file

@ -7,6 +7,7 @@
"minecraft:stripped_jungle_wood",
"minecraft:stripped_mangrove_wood",
"minecraft:stripped_oak_wood",
"minecraft:stripped_pale_oak_wood",
"minecraft:stripped_spruce_wood"
]
}

View file

@ -8,6 +8,7 @@
"minecraft:stripped_jungle_log",
"minecraft:stripped_mangrove_log",
"minecraft:stripped_oak_log",
"minecraft:stripped_pale_oak_log",
"minecraft:stripped_spruce_log"
]
}

View file

@ -7,6 +7,7 @@
"minecraft:stripped_jungle_wood",
"minecraft:stripped_mangrove_wood",
"minecraft:stripped_oak_wood",
"minecraft:stripped_pale_oak_wood",
"minecraft:stripped_spruce_wood"
]
}