Furnace Slot (Expression) — Skript

Addon: Skript · Category: Expression · Since: 1.0, 2.8.0 (syntax rework)

Syntax

[the] (ore|input) slot[s] [of %blocks%]

Description

A slot of a furnace, i.e. either the ore, fuel or result slot.

Examples

set the fuel slot of the clicked block to a lava bucket
set the block's ore slot to 64 iron ore
clear the result slot of the block
on smelt:
	if the fuel slot is charcoal:
		add 5 seconds to the burn time

View source