no more flowing water
This commit is contained in:
parent
dc5514b5b7
commit
f13bcbd49f
@ -432,7 +432,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
IBlockState ontoBlock = BlockStateInterface.get(onto);
|
IBlockState ontoBlock = BlockStateInterface.get(onto);
|
||||||
if (BlockStateInterface.isWater(ontoBlock.getBlock())) {
|
if (ontoBlock.getBlock() == Blocks.WATER) {
|
||||||
return new MovementFall(pos, onto);
|
return new MovementFall(pos, onto);
|
||||||
}
|
}
|
||||||
if (canWalkThrough(onto, ontoBlock)) {
|
if (canWalkThrough(onto, ontoBlock)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user