Skip to content

Commit

Permalink
Rails 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 0c51152 commit 76f5f81
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ public enum CollisionData {
return new HexCollisionBox(0.0D, 0.0D, 0.0D, 16.0D, 9.0D, 16.0D);
}, StateTypes.STONECUTTER),

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

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

0 comments on commit 76f5f81

Please sign in to comment.