This commit is contained in:
Leijurv
2023-07-30 15:47:43 -07:00
parent d6adb52718
commit a83d275622

View File

@@ -150,6 +150,8 @@ public class ElytraProcess extends BaritoneProcessHelper implements IBaritonePro
if (ctx.player().posY < endPos.y - LANDING_COLUMN_HEIGHT) {
logDirect("bad landing spot, trying again...");
badLandingSpots.add(endPos);
goingToLandingSpot = false;
this.state = State.FLYING;
}
}
}