mirror of https://github.com/cabaletta/baritone
A bit more flexibility
This commit is contained in:
parent
9cf5538058
commit
90434b3178
|
@ -630,7 +630,7 @@ public final class ElytraBehavior extends Behavior implements IElytraBehavior, H
|
|||
}
|
||||
// Avoid head bonks
|
||||
// Even though the player's hitbox is supposed to be 0.6 tall, there's no way it's actually that short
|
||||
if (!this.clearView(start.add(0, 1.6, 0), dest, ignoreLava)) {
|
||||
if (!this.clearView(start.add(0, 1, 0), dest, ignoreLava)) {
|
||||
return false;
|
||||
}
|
||||
if (growAmount == null) {
|
||||
|
|
Loading…
Reference in New Issue