Minecraft-Console-Client/MinecraftClient/Pathing/Execution
BruceChen fb30886756 fix: handle climbable blocks in WalkTemplate to prevent stuck on ladders
WalkTemplate now detects when physics.OnClimbable is true (player entering
a ladder/vine block) and switches from Sprint to Jump input, with extended
stuck detection thresholds. This prevents the template from failing when
the path walks through climbable blocks.

Tested on 1.21.11: all movement types pass (walk, diagonal, ascend, descend,
climb, parkour 2-4 gap, mixed courses with direction changes).

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
Templates fix: handle climbable blocks in WalkTemplate to prevent stuck on ladders 2026-04-12 18:43:32 +00:00
ActionTemplateFactory.cs feat: add parkour moves and template-based path execution system 2026-04-12 18:43:32 +00:00
IActionTemplate.cs feat: add parkour moves and template-based path execution system 2026-04-12 18:43:32 +00:00
PathExecutor.cs feat: add parkour moves and template-based path execution system 2026-04-12 18:43:32 +00:00
PathSegment.cs feat: add parkour moves and template-based path execution system 2026-04-12 18:43:32 +00:00
PathSegmentManager.cs feat: complete Phase 4 McClient integration for A* pathfinding 2026-04-12 18:43:32 +00:00