Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 13, 2025
1 parent 08bb90b commit 10435ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public boolean place(Dimension dimension, BlockState blockState, Vector3ic place

@Override
public boolean canLiquidFlowIntoSide(BlockState blockState, BlockFace blockFace) {
return blockState.getBlockStateData().collisionShape().isFull(blockFace);
return !blockState.getBlockStateData().collisionShape().isFull(blockFace);
}

@Override
Expand Down

0 comments on commit 10435ba

Please sign in to comment.