Skip to content

Commit

Permalink
fixed pipes being washed away by water
Browse files Browse the repository at this point in the history
closes #204
  • Loading branch information
Ellpeck committed May 19, 2024
1 parent 6b4f86c commit 4d022f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/ellpeck/prettypipes/pipe/PipeBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import java.util.Map;
import java.util.function.Function;

public class PipeBlock extends BaseEntityBlock {
public class PipeBlock extends BaseEntityBlock implements SimpleWaterloggedBlock {

public static final MapCodec<PipeBlock> CODEC = BlockBehaviour.simpleCodec(PipeBlock::new);

Expand Down

0 comments on commit 4d022f3

Please sign in to comment.