On Fuel Burn (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0, 2.10 (specific item)

Syntax

[on] [furnace] fuel burn[ing] [of %-itemtypes%]

Description

Called when a furnace burns an item from its <a href='#ExprFurnaceSlot'>fuel slot</a>.

Event Values

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

Examples

on fuel burning:
	broadcast fuel burned
	if burned fuel is coal:
		add 20 seconds to burn time

View source