# Crafting Chain

> bot.craftで依存関係自動解決。autoGather=trueで素材自動収集（mc_execute用）

- Skill: `shin0205go-auto-mineflayer-mcp-server/crafting-chain` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shin0205go-auto-mineflayer-mcp-server/crafting-chain`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shin0205go-auto-mineflayer-mcp-server/crafting-chain/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Shin0205go (https://skillmd.com/u/shin0205go-auto-mineflayer-mcp-server)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shin0205go-auto-mineflayer-mcp-server/crafting-chain

---

## 基本

autoGather=trueを指定することで素材が不足していても自動収集してクラフトする。

## Stone Upgrade (Phase 3)

cobblestone を20個採掘してから、stone_pickaxe・stone_axe・stone_swordをクラフトする。

## Iron Upgrade (Phase 4)

iron_oreを12個採掘し、furnaceを作成してraw_ironを12個精錬する。iron_pickaxeとiron_swordをクラフトする。

## Diamond Upgrade (Phase 5)

Y=-59付近でdiamond_oreを5個採掘し、diamond_pickaxeとdiamond_swordをクラフトする。

## 失敗時

missing items エラーが出たら素材を収集してから再実行する。クラフト結果を確認すると足りない素材が表示される。

