Skip to content

Commit

Permalink
Add pink petals to the flower list.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 4, 2024
1 parent 1a20ed6 commit 48992a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ else if (Tag.CROPS.isTagged(block.getType()))
this.spawnParticle(block.getLocation());
}
}
else if (Tag.TALL_FLOWERS.isTagged(block.getType()))
else if (Tag.TALL_FLOWERS.isTagged(block.getType()) || Material.PINK_PETALS.equals(block.getType()))
{
if (growTallFlowers)
{
Expand Down

0 comments on commit 48992a8

Please sign in to comment.