move-horizontally-and-up-using-steps
Automatically mines a staircase of steps to ascend while moving forward and upward in Minecraft. Specify the number of steps, starting position, and block-tool mapping for mining.
Instructions
Mine up multiple steps. Good for going forwards-and-up.
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 up from current position) | |
| stepsToGoUp | Yes | Number of steps to ascend | |
| allowMiningOf | Yes | Tool-to-blocks mapping for auto-mining: {wooden_pickaxe: ['stone', 'cobblestone'], ...} |