move-horizontally
Move a Minecraft bot horizontally to a target coordinate with the same Y height. Does not dig or build; use only when vertical difference is minimal.
Instructions
Move the bot toward a target block that is more or less the same height (Y) as the bot. Doesn't dig down (for a low Y target), doesn't build up (for a high Y target), so bad for those
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetX | Yes | Target X coordinate | |
| targetY | Yes | Target Y coordinate | |
| targetZ | Yes | Target Z coordinate |