fix breaking movementfall last block with assumeWalkOnWater
This commit is contained in:
parent
0b30e822c2
commit
20ecab7d53
@ -57,3 +57,7 @@ Sure! (As long as usage is in compliance with the GPL 3 License)
|
|||||||
## How is it so fast?
|
## How is it so fast?
|
||||||
|
|
||||||
Magic
|
Magic
|
||||||
|
|
||||||
|
## Why is it called Baritone?
|
||||||
|
|
||||||
|
It's named for FitMC's deep sultry voice.
|
@ -162,4 +162,9 @@ public class MovementFall extends Movement {
|
|||||||
}
|
}
|
||||||
return toBreak;
|
return toBreak;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean prepared(MovementState state) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user