Rifts aren't automatically waterlogged.
This commit is contained in:
parent
a0e694784f
commit
a46fa67310
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ public abstract class WaterLoggableBlockWithEntity extends BlockWithEntity imple
|
|||
public static final BooleanProperty WATERLOGGED = Properties.WATERLOGGED;
|
||||
protected WaterLoggableBlockWithEntity(Settings settings) {
|
||||
super(settings);
|
||||
setDefaultState(this.stateManager.getDefaultState().with(WATERLOGGED, false));
|
||||
|
||||
}
|
||||
@Override
|
||||
protected void appendProperties(StateManager.Builder<Block, BlockState> builder) {
|
||||
|
|
Loading…
Reference in a new issue