Bridge craft_item now: - Fuzzy-matches item names (wooden_pickaxe, wood_pickaxe, etc.) - Searches for crafting table within 32 blocks - Walks to crafting table if found but not close enough - Checks if materials are available - Reports specific failure reasons to chat: "I need a crafting table" / "I don't have the materials" - Reports success: "Done! Crafted 1 wooden pickaxe." Brain now: - Reports craft success/failure to in-game chat - Reports any HIGH priority task failure to chat - Handles craft_item as async (waits for pathfinding + crafting) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| actions | ||
| utils | ||
| world | ||
| auth.ts | ||
| client.ts | ||
| index.js | ||
| index.ts | ||
| protocol.ts | ||
| ws_server.ts | ||