move-horizontally-and-down-using-steps
Mines a descending staircase to move horizontally and down simultaneously, automating multi-step excavation.
Instructions
Mine down multiple steps. Good for going vertically and down at the same time wile mining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digTimeout | No | Timeout for digging in seconds (default: 3) | |
| nextStepPos | Yes | Position of the first step (must be adjacent and one block down from current position) | |
| allowMiningOf | Yes | Tool-to-blocks mapping for auto-mining: {wooden_pickaxe: ['stone', 'cobblestone'], ...}. Use 'hand' to indicate no-tool | |
| stepsToGoDown | Yes | Number of steps to descend |