Skip to content

Commit

Permalink
TALL_FLOWER Styling Change
Browse files Browse the repository at this point in the history
Co-authored-by: ManInMyVan <[email protected]>
  • Loading branch information
Axionize and ManInMyVan authored Oct 3, 2024
1 parent 5bc0f06 commit bafb169
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ public enum CollisionData {

SMALL_FLOWER(NoCollisionBox.INSTANCE, BlockTags.SMALL_FLOWERS.getStates().toArray(new StateType[0])),

TALL_FLOWER(NoCollisionBox.INSTANCE,
BlockTags.TALL_FLOWERS.getStates().toArray(new StateType[0])),
TALL_FLOWER(NoCollisionBox.INSTANCE, BlockTags.TALL_FLOWERS.getStates().toArray(new StateType[0])),

SAPLING(NoCollisionBox.INSTANCE,
BlockTags.SAPLINGS.getStates().toArray(new StateType[0])),
Expand Down

0 comments on commit bafb169

Please sign in to comment.