Recipe - Ingredients of Recipe (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.4.0

Syntax

[(all [[of] the]|the)] ingredients (for|of) recipe %string%

Description

Get the ingredients from a recipe.

Examples

set {_ing::*} to ingredients of recipe "minecraft:diamond_sword"
loop recipes for iron ingot:
	set {_ing::*} to ingredients of recipe %loop-value%

View source