Skip to content

Commit

Permalink
Banner Line Spacing/Styling
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 9ee0b82 commit c105414
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ public enum CollisionData {

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

BANNER(NoCollisionBox.INSTANCE,
BlockTags.BANNERS.getStates().toArray(new StateType[0])),
BANNER(NoCollisionBox.INSTANCE, BlockTags.BANNERS.getStates().toArray(new StateType[0])),

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

0 comments on commit c105414

Please sign in to comment.