add comment
This commit is contained in:
parent
bc8c823045
commit
85c21fa8e3
@ -276,7 +276,7 @@ public class MovementParkour extends Movement {
|
||||
}
|
||||
} else if (!ctx.playerFeet().equals(src)) {
|
||||
if (ctx.playerFeet().equals(src.offset(direction)) || ctx.player().posY - src.y > 0.0001) {
|
||||
if (Baritone.settings().allowPlace.value
|
||||
if (Baritone.settings().allowPlace.value // see PR #3775
|
||||
&& ((Baritone) baritone).getInventoryBehavior().hasGenericThrowaway()
|
||||
&& !MovementHelper.canWalkOn(ctx, dest.down())
|
||||
&& !ctx.player().onGround
|
||||
|
Loading…
Reference in New Issue
Block a user