Minecraft-Console-Client/MinecraftClient/Pathing/Moves
BruceChen 77c5f88168 feat: add /goto command with A* pathfinder integration and MoveFall
- Add MoveFall move for straight-down falls beyond MoveDescend range
- Register MoveFall in default move set
- Create /goto command using new A* pathfinder
- Add MoveToAStar() method to McClient bridging A* results to existing
  path execution system (Queue<Location> + UpdatePathfindingInput)
- Add translation entries for goto command

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
Impl feat: add /goto command with A* pathfinder integration and MoveFall 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: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00