move-horizontally-by-mining
Automates horizontal underground mining by digging blocks ahead and walking forward for a set distance, using specified tools.
Instructions
Mines blocks ahead and walks forward, repeating for the specified number of blocks to make progress underground
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetX | Yes | Target X coordinate to determine direction | |
| targetY | Yes | Target Y coordinate to determine direction | |
| targetZ | Yes | Target Z coordinate to determine direction | |
| digTimeout | No | Timeout for digging in seconds (default: 3) | |
| allowMiningOf | Yes | Tool-to-blocks mapping for auto-mining: {wooden_pickaxe: ['stone', 'cobblestone'], ...}. Use 'hand' to indicate no-tool | |
| numBlocksForwards | No | Number of blocks to mine and walk forward (default: 1) |