This commit is contained in:
Leijurv 2018-09-03 11:27:59 -07:00
parent 4b2f98ccfd
commit bfd41f9473
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -210,6 +210,9 @@ public interface MovementHelper extends ActionCosts, Helper {
}
return true;
}
if (block instanceof BlockStairs) {
return true;
}
if (BlockStateInterface.isWater(block)) {
if (BlockStateInterface.isFlowing(state)) {
return false;