smelt-item
Start smelting by loading items and fuel into a furnace. Returns once lit; check furnace-check later for progress and output.
Instructions
Load a furnace with items and fuel and start smelting. Returns once the furnace is lit; use furnace-check later to see progress and collect the output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items to smelt (default: 1) | |
| fuelName | No | Name of fuel to use (e.g., 'coal', 'oak_planks'). If not provided, will use any known fuel in inventory. | |
| itemName | Yes | Name of the item to smelt (e.g., 'raw_iron', 'raw_gold', 'sand') |