Skip to content

Commit

Permalink
Add pale oak to fence/fence gate tags (#4392)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f1398f)
  • Loading branch information
modmuss50 committed Jan 21, 2025
1 parent 73a52b4 commit ed3fbe0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ private void generateFenceAndFenceGateTags() {
.add(Blocks.WARPED_FENCE)
.add(Blocks.MANGROVE_FENCE)
.add(Blocks.BAMBOO_FENCE)
.add(Blocks.CHERRY_FENCE);
.add(Blocks.CHERRY_FENCE)
.add(Blocks.PALE_OAK_FENCE);
getOrCreateTagBuilder(ConventionalBlockTags.NETHER_BRICK_FENCES)
.add(Blocks.NETHER_BRICK_FENCE);
getOrCreateTagBuilder(ConventionalBlockTags.FENCES)
Expand All @@ -285,7 +286,8 @@ private void generateFenceAndFenceGateTags() {
.add(Blocks.WARPED_FENCE_GATE)
.add(Blocks.MANGROVE_FENCE_GATE)
.add(Blocks.BAMBOO_FENCE_GATE)
.add(Blocks.CHERRY_FENCE_GATE);
.add(Blocks.CHERRY_FENCE_GATE)
.add(Blocks.PALE_OAK_FENCE_GATE);
getOrCreateTagBuilder(ConventionalBlockTags.FENCE_GATES)
.addOptionalTag(ConventionalBlockTags.WOODEN_FENCE_GATES);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"minecraft:warped_fence_gate",
"minecraft:mangrove_fence_gate",
"minecraft:bamboo_fence_gate",
"minecraft:cherry_fence_gate"
"minecraft:cherry_fence_gate",
"minecraft:pale_oak_fence_gate"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"minecraft:warped_fence",
"minecraft:mangrove_fence",
"minecraft:bamboo_fence",
"minecraft:cherry_fence"
"minecraft:cherry_fence",
"minecraft:pale_oak_fence"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"minecraft:warped_fence_gate",
"minecraft:mangrove_fence_gate",
"minecraft:bamboo_fence_gate",
"minecraft:cherry_fence_gate"
"minecraft:cherry_fence_gate",
"minecraft:pale_oak_fence_gate"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"minecraft:warped_fence",
"minecraft:mangrove_fence",
"minecraft:bamboo_fence",
"minecraft:cherry_fence"
"minecraft:cherry_fence",
"minecraft:pale_oak_fence"
]
}

0 comments on commit ed3fbe0

Please sign in to comment.