Skip to content

Commit

Permalink
Fix platforms waterlogging not defaulting to false (#5225)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed May 13, 2024
1 parent 95e3590 commit 3dc3b23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private static int makeShapeIndex(boolean up, boolean down, boolean north, boole

public PlatformBlock(Properties props) {
super(props);
this.registerDefaultState(this.stateDefinition.any().setValue(WATERLOGGED, false));
}

@Override
Expand Down

0 comments on commit 3dc3b23

Please sign in to comment.