navigate_relative
Move the bot in Minecraft relative to its current position and orientation. Specify dx for right/left, dy for up/down, and dz for forward/backward movements to control precise navigation.
Instructions
Make the bot walk relative to its current position. dx moves right(+)/left(-), dy moves up(+)/down(-), dz moves forward(+)/back(-) relative to bot's current position and orientation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dx | Yes | ||
dy | Yes | ||
dz | Yes |