Skip to content

Commit

Permalink
fix: Fix buckets not having any effect on waterlogged waystones #736
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 7, 2023
1 parent aba9b45 commit 68cdfb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import java.util.List;
import java.util.Objects;

public abstract class WaystoneBlockBase extends BaseEntityBlock {
public abstract class WaystoneBlockBase extends BaseEntityBlock implements SimpleWaterloggedBlock {
public static final DirectionProperty FACING = BlockStateProperties.HORIZONTAL_FACING;
public static final EnumProperty<DoubleBlockHalf> HALF = BlockStateProperties.DOUBLE_BLOCK_HALF;
public static final BooleanProperty WATERLOGGED = BlockStateProperties.WATERLOGGED;
Expand Down

0 comments on commit 68cdfb9

Please sign in to comment.