forked from RepoMirrors/baritone
instanceof BlockLiquid checks this
This commit is contained in:
parent
44a092cd94
commit
0e51a73149
|
@ -254,7 +254,6 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||
|
||||
static boolean avoidWalkingInto(Block block) {
|
||||
return block instanceof BlockLiquid
|
||||
|| block instanceof BlockDynamicLiquid
|
||||
|| block == Blocks.MAGMA
|
||||
|| block == Blocks.CACTUS
|
||||
|| block == Blocks.FIRE
|
||||
|
|
Loading…
Reference in New Issue