craft-item
Craft items using available materials. Specify the item name and whether a crafting table is needed to create tools and complex items.
Instructions
Craft an item using available materials
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items to craft (default: 1) | |
| itemName | Yes | Name of the item to craft (e.g., 'oak_planks', 'crafting_table', 'wooden_pickaxe') | |
| useCraftingTable | Yes | Whether to use a crafting table for this recipe (required for most tools and complex items) |