On Start Smelt (Event) — Skript

Addon: Skript · Category: Event · Since: 2.10

Syntax

[on] [furnace] start [of] smelt[ing] [[of] %-itemtypes%]

Description

Called when a furnace starts smelting an item in its ore slot.

Event Values

  • event-block
  • event-location
  • event-world

Examples

on smelting start:
	if the smelting item is raw iron:
		set total cook time to 1 second
on smelting start of raw iron:
	add 20 seconds to total cook time

View source