Skip to content

Commit

Permalink
Delay building gates until towards the end of the build (ldtteam#8768)
Browse files Browse the repository at this point in the history
  • Loading branch information
uecasm authored and Raycoms committed Nov 13, 2022
1 parent 1d940d4 commit 194ebc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"minecraft:tube_coral_block",
"minecraft:bell",
"minecraft:lantern",
"minecolonies:gate_wood",
"minecolonies:gate_iron",
"#minecraft:banners",
"#minecraft:signs",
"#minecraft:campfires"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ protected void addTags()
.add(Blocks.TUBE_CORAL_BLOCK)
.add(Blocks.BELL)
.add(Blocks.LANTERN)
.add(ModBlocks.blockWoodenGate)
.add(ModBlocks.blockIronGate)
.addTag(BlockTags.BANNERS)
.addTag(BlockTags.SIGNS)
.addTag(BlockTags.CAMPFIRES);
Expand Down

0 comments on commit 194ebc6

Please sign in to comment.