Minecraft-Console-Client/MinecraftClient/Pathing/Execution/Templates
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
..
AscendTemplate.cs feat: add diagonal ascend/descend moves, fix pitch, smooth look angles 2026-04-12 18:43:32 +00:00
ClimbTemplate.cs feat: add diagonal ascend/descend moves, fix pitch, smooth look angles 2026-04-12 18:43:32 +00:00
DescendTemplate.cs feat: add corner walk, sprint descend, and parkour descend moves 2026-04-12 18:43:32 +00:00
FallTemplate.cs feat: add 4-block jumps, diagonal parkour, high-fall water/ladder support 2026-04-12 18:43:32 +00:00
SprintJumpTemplate.cs fix: parkour diagonal flight path, wall-adjacent parkour, sprint descend checks 2026-04-12 18:43:33 +00:00
TemplateHelper.cs feat: add diagonal ascend/descend moves, fix pitch, smooth look angles 2026-04-12 18:43:32 +00:00
WalkTemplate.cs feat: add diagonal ascend/descend moves, fix pitch, smooth look angles 2026-04-12 18:43:32 +00:00