Merchant Recipe - Ingredients (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.17.0

Syntax

(ingredients|result [item]) of merchant recipe %merchantrecipe%

Description

Represents the ingredients/result of a merchant recipe. Ingredients can be set, but the result can not be changed. If you wish to change the result, you will have to create a new merchant recipe.

Examples

set {_ing::*} to ingredients of merchant recipe {_recipe}
set ingredients of merchant recipe {_recipe} to diamond and stone
set {_result} to result item of merchant recipe {_recipe}

View source