Skip to content

Commit

Permalink
finally completely remove carnations from birch forests
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 7, 2025
1 parent f20e7f0 commit 2034a2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
{
"Name": "minecraft:poppy"
},
{
"Name": "wilderwild:carnation"
},
{
"Name": "minecraft:allium"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
{
"Name": "minecraft:allium"
},
{
"Name": "wilderwild:carnation"
},
{
"Name": "minecraft:red_tulip"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,6 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
Blocks.POPPY.defaultBlockState(),
Blocks.POPPY.defaultBlockState(),
Blocks.POPPY.defaultBlockState(),
WWBlocks.CARNATION.defaultBlockState(),
Blocks.ALLIUM.defaultBlockState(),
Blocks.ALLIUM.defaultBlockState(),
Blocks.CORNFLOWER.defaultBlockState(),
Expand Down Expand Up @@ -2403,7 +2402,6 @@ public static void registerConfiguredFeatures(@NotNull BootstrapContext<Configur
Blocks.WHITE_TULIP.defaultBlockState(),
Blocks.PINK_TULIP.defaultBlockState(),
Blocks.ALLIUM.defaultBlockState(),
WWBlocks.CARNATION.defaultBlockState(),
Blocks.RED_TULIP.defaultBlockState(),
Blocks.ORANGE_TULIP.defaultBlockState()
)
Expand Down

0 comments on commit 2034a2c

Please sign in to comment.