dig-adjacent-blocks
Dig multiple blocks in sequence at given coordinates, with configurable timeout and auto-equip mining tools for efficiency.
Instructions
Dig multiple blocks sequentially
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Array of positions to dig, e.g., [{x: 1, y: 2, z: 3}, {x: 4, y: 5, z: 6}] | |
| timeoutSeconds | No | Timeout for digging each block in seconds (default: 3). Use longer timeout (e.g. 10) for hard blocks like iron ore with stone pickaxe | |
| allowedMiningToolsToMinedBlocks | No | Optional tool-to-blocks mapping for auto-equipping tools: {wooden_pickaxe: ['dirt'], diamond_pickaxe: ['stone', 'iron_ore']}. If not provided, will use currently equipped tool. |