mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| MoveAscend.cs | ||
| MoveClimb.cs | ||
| MoveDescend.cs | ||
| MoveDiagonal.cs | ||
| MoveFall.cs | ||
| MoveTraverse.cs | ||