MCPMC (Minecraft MCP)

by gerred
Verified

craft_item

Create items in Minecraft by specifying the item name and quantity. Optionally use a crafting table for complex recipes. Integrates with MCPMC for AI-controlled bot crafting.

Instructions

Craft items using materials in inventory. Can use a crafting table if specified.

Input Schema

NameRequiredDescriptionDefault
itemNameYes
quantityNo
useCraftingTableNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "itemName": { "type": "string" }, "quantity": { "type": "number" }, "useCraftingTable": { "type": "boolean" } }, "required": [ "itemName" ], "type": "object" }

Other Tools from MCPMC (Minecraft MCP)

Related Tools

ID: 3ih9dz9kfv