Minecraft-Console-Client/MinecraftClient/Pathing/Moves
BruceChen 9046c61f95 fix: improve vine/ladder climb-down and descent through climbable blocks
- ClimbTemplate: add explicit descent handling with horizontal drift
  correction instead of relying on no-input gravity alone
- DescendTemplate: on climbable blocks, suppress Forward input to
  prevent HorizontalCollision-triggered upward bumps, allowing gravity
  to slide the player down naturally
- MoveClimb: restrict climb-up past the top of a climbable column --
  only allow if there is solid ground to stand on at destination,
  preventing impossible vine-top exits where the player would fall back

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
Impl fix: improve vine/ladder climb-down and descent through climbable blocks 2026-04-12 18:43:32 +00:00
IMove.cs feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
MoveHelper.cs feat: complete Phase 4 McClient integration for A* pathfinding 2026-04-12 18:43:32 +00:00