Furnace Times (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.10
Syntax
[the] [furnace] cook[ing] time [of %blocks%]Description
The cook time, total cook time, and burn time of a furnace. Can be changed. <ul> <li>cook time: The amount of time an item has been smelting for.</li> <li>total cook time: The amount of time required to finish smelting an item.</li> <li>burn time: The amount of time left for the current fuel until consumption of another fuel item.</li> </ul>
Examples
set the cooking time of {_block} to 10set the total cooking time of {_block} to 50set the fuel burning time of {_block} to 100on smelt:
if the fuel slot is charcoal:
add 5 seconds to the fuel burn time