Minecraft-Console-Client/MinecraftClient/Resources
BruceChen 1abab20f17 feat: add Phase 1 core pathfinding architecture
Implements the new Baritone-inspired A* pathfinding system:
- Core types: PathNode, PathResult, MoveResult, MoveType, ActionCosts
- BinaryHeapOpenSet min-heap for A* open set
- AStarPathFinder with timeout, cancellation, partial path support
- CalculationContext for thread-safe world state snapshots
- MoveHelper for block passability checks
- IGoal interface + GoalBlock, GoalXZ, GoalNear, GoalComposite
- IMove interface + MoveTraverse, MoveDiagonal, MoveAscend, MoveDescend, MoveClimb
- /pathfind command for testing the new pathfinder

Made-with: Cursor
2026-04-12 18:43:32 +00:00
..
AsciiArt Change the way Crowdin integrates (#2329) 2022-11-06 21:21:21 +08:00
ConfigComments feat: Added a /tab command to display the list of online players 2026-04-04 16:21:06 +02:00
Translations feat: add Phase 1 core pathfinding architecture 2026-04-12 18:43:32 +00:00
AppIcon.ico Fix Resources folder 2014-05-31 02:01:53 +02:00
appicon_creeper1.ico Fix Resources folder 2014-05-31 02:01:53 +02:00
appicon_grassblock.ico Fix Resources folder 2014-05-31 02:01:53 +02:00
appicon_terminal.ico Fix Resources folder 2014-05-31 02:01:53 +02:00
en_us.json fix: add lunge enchantment mapping for 1.21.11 2026-03-25 18:00:38 +00:00
MinecraftAssets.Designer.cs Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00
MinecraftAssets.resx Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00