Agent skill
iron-golem-trap
アイアンゴーレムトラップの建設。村人を利用した鉄の自動生産施設。 Use when: 鉄を自動生産したい、ゴーレムトラップを作りたい、村人がいる拠点で大量の鉄が必要な時。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/iron-golem-trap
SKILL.md
アイアンゴーレムトラップ構築スキル
ゴーレムトラップは鉄を自動生産する施設。中盤以降の効率化に必須。
仕組み
村人が「恐怖」を感じると、守護者としてゴーレムをスポーンさせる。 これを利用して、自動的にゴーレムを処理し鉄を回収する。
必要素材
基本構成
| アイテム | 数量 | 用途 |
|---|---|---|
| 村人 | 3人以上 | ゴーレムスポーン条件 |
| ベッド | 3個以上 | 村人の「村」認定 |
| 職業ブロック | 3個 | 村人の紐づけ |
建築素材
| アイテム | 数量 | 用途 |
|---|---|---|
| 丸石/石 | 200個+ | 構造物 |
| ガラス | 32個+ | 観察窓 |
| 水バケツ | 2個 | 流水路 |
| 溶岩バケツ | 1個 | ゴーレム処理 |
| ホッパー | 4個+ | アイテム回収 |
| チェスト | 2個+ | 収納 |
| 看板 | 4個+ | 水/溶岩止め |
ゾンビ関連
| アイテム | 数量 | 用途 |
|---|---|---|
| ゾンビ | 1体 | 村人を怖がらせる |
| 名札 | 1個 | ゾンビのデスポーン防止 |
| ボート/トロッコ | 1個 | ゾンビ固定 |
構築手順
1. 場所選び
- 村から100ブロック以上離れた場所
- 平らな地形(または整地)
- 他のゴーレムがスポーンしない場所
2. 村人の確保
方法A: 村から連行
# ボートで運ぶ
minecraft_craft { item_name: "boat" }
# 村人をボートに乗せて移動
方法B: ゾンビ村人を治療
# 弱化のポーション + 金のリンゴ
minecraft_use_item {} # ゾンビ村人に使用
# 3-5分で治療完了
3. 基本構造の建築
# 上から見た図
# [水路]
# [村人部屋] → [ゾンビ]
# [水路]
# ↓
# [溶岩]
# ↓
# [ホッパー→チェスト]
村人部屋(3x3x3)
minecraft_place_block { block_type: "cobblestone", ... }
# 3x3の床、高さ3の壁、ベッド3個設置
ゾンビ格納
# 村人から見える位置にゾンビを配置
# 名札で名前をつけてデスポーン防止
minecraft_use_item {} # 名札使用
4. 処理層
# 水流でゴーレムを中央に集める
# 溶岩でダメージを与える(足元まで届かない高さ)
# ホッパーで鉄インゴットとポピーを回収
5. 動作確認
- ゴーレムが16-21x16-21x7の範囲にスポーン
- 村人が恐怖状態になっているか確認
- 10分ごとに1体程度スポーン
効率化のポイント
- 村人を増やす: 10人で効率UP
- 複数層: 縦に複数作ると効率2-3倍
- ゾンビの視線: 全村人から見える位置に
トラブルシューティング
| 問題 | 原因 | 解決策 |
|---|---|---|
| ゴーレムがスポーンしない | 村人が足りない | 3人以上確保 |
| ベッドが足りない | 村人数=ベッド数 | |
| 範囲外にスポーン | 周囲を囲む | |
| ゾンビが消える | 名札がない | 名札で名前をつける |
| 村人が減る | ゾンビに攻撃される | 完全に隔離 |
生産量目安
| 構成 | 1時間あたり |
|---|---|
| 基本(村人3人) | 鉄40-50個 |
| 中規模(村人10人) | 鉄100-150個 |
| 大規模(複数層) | 鉄300-500個 |
発展
- ネザー版: ネザーでは効率が上がる
- 全自動村人増殖: 村人も自動で増やす
- 仕分け機: アイテムを自動仕分け
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?