MCPMC (Minecraft MCP)

by gerred
Verified

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

NameRequiredDescriptionDefault
dxYes
dyYes
dzYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dx": { "type": "number" }, "dy": { "type": "number" }, "dz": { "type": "number" } }, "required": [ "dx", "dy", "dz" ], "type": "object" }

Other Tools from MCPMC (Minecraft MCP)

Related Tools

ID: 3ih9dz9kfv