MCPMC (Minecraft MCP)

by gerred
Verified

place_block

Place a block at specified coordinates in Minecraft using the bot's inventory to build structures. Requires block name and position (x, y, z) as input.

Instructions

Place a block from the bot's inventory at the specified position. Use this for building structures.

Input Schema

NameRequiredDescriptionDefault
blockNameYes
xYes
yYes
zYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blockName": { "type": "string" }, "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } }, "required": [ "x", "y", "z", "blockName" ], "type": "object" }

Other Tools from MCPMC (Minecraft MCP)

Related Tools

ID: 3ih9dz9kfv