mirror of https://github.com/cabaletta/baritone
too aggressive
This commit is contained in:
parent
cc8afe95c5
commit
541b710ea7
|
@ -348,7 +348,7 @@ public final class ElytraBehavior implements Helper {
|
|||
return;
|
||||
}
|
||||
}
|
||||
if (!canSeeAny) {
|
||||
if (!canSeeAny && rangeStartIncl < rangeEndExcl - 2 && process.state != ElytraProcess.State.GET_TO_JUMP) {
|
||||
this.pathRecalcSegment(rangeEndExcl - 1).thenRun(() -> logDirect("Recalculated segment since no path points were visible"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue