smelt-item
Smelt items using a furnace-like block at specified coordinates. Provide the item to smelt and fuel. Optionally set amounts, take output, or timeout.
Instructions
Smelt items using a furnace-like block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| z | Yes | Z coordinate | |
| inputItem | Yes | Name of item to smelt | |
| inputCount | No | Amount of input to smelt (default: 1) | |
| fuelItem | Yes | Name of fuel item | |
| fuelCount | No | Amount of fuel to use (default: 1) | |
| takeOutput | No | Whether to take output when ready (default: true) | |
| timeoutMs | No | Timeout waiting for output in ms (default: 60000) |