.agents/skills/blocks/dropper/SKILL.md
ドロッパーの特性、配置方法、および操作に関するガイドラインです。
npx skillsauth add yadokari1130/MC-Redstone-AI minecraft_block_dropperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
minecraft:dropperfacing: ブロックが向いている方向を指定します (north, south, east, west, up, down)。アイテムはこの方向に排出されます。triggered: レッドストーン信号を受けて作動中かどうかを示します (true, false)。place_blocks を使用する際、方向(facing)を指定する場合は基本的に attaches を使用してください。これにより、隣接するブロックに対して正しい向きを自動的に設定できます。ただし、空気ブロックに向かって設置する場合など、アタッチ先のブロックが存在しない場合は、通常通り facing プロパティで直接方向を指定してください。アイテムはこの方向に排出されます。tools
指定した座標にあるブロックのインベントリにアイテムをセットします。
tools
Minecraft の世界に指定したブロックを配置します。
tools
指定した座標のブロック(レバー、ボタンなど)を操作します。
tools
Minecraft の世界から指定した範囲のブロック情報を取得します。