1
0
mirror of https://github.com/cabaletta/baritone synced 2024-12-17 20:55:09 +00:00
This commit is contained in:
Leijurv 2023-07-30 15:47:43 -07:00
parent d6adb52718
commit a83d275622
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

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;
}
}
}