Minecraft-Console-Client/MinecraftClient/Pathing
BruceChen 00494078df fix: parkour diagonal flight path, wall-adjacent parkour, sprint descend checks
- MoveParkour: replace full-rectangle intermediate check with diagonal
  strip check (CheckFlightPath) so walls outside the actual flight
  corridor no longer block valid parkour jumps.
- MoveParkour: require both cardinal neighbors passable for diagonal
  parkour takeoff; a wall on either side clips the AABB and prevents
  reaching the target.
- MoveSprintDescend: replace full-rectangle check with explicit
  per-axis intermediate column check.
- SprintJumpTemplate: track diagonal jumps and skip approach delay for
  short diagonal jumps to avoid overshooting small starting platforms.

Made-with: Cursor
2026-04-12 18:43:33 +00:00
..
Core feat: add corner walk, sprint descend, and parkour descend moves 2026-04-12 18:43:32 +00:00
Execution fix: parkour diagonal flight path, wall-adjacent parkour, sprint descend checks 2026-04-12 18:43:33 +00:00
Goals feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
Moves fix: parkour diagonal flight path, wall-adjacent parkour, sprint descend checks 2026-04-12 18:43:33 +00:00