Skip to main content

ExecutableItemsItem

Register an Craft Engine item as ingredient.

ingredient key: exitem (alias: executableitemsitem)

Recipe Configuration Fields

FieldTypeDescriptionDefault
keyStringThe Craft Engine item's Idrequired
Show YAML example
example_recipe:
name: example_recipe
ingredients:
#....
two:
type: exitem`
key: "chargedquartz"
#....