Brewing Will Consume Fuel (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.13

Syntax

[the] brewing stand will consume [the] fuel

Description

Checks if the 'brewing fuel' event will consume fuel. Preventing the fuel from being consumed will keep the fuel item and still add to the fuel level of the brewing stand.

Examples

on brewing fuel:
	if the brewing stand will consume the fuel:
		prevent the brewing stand from consuming the fuel

View source