ExecutableItemsItem
Register an Craft Engine item as ingredient.
ingredient key: exitem (alias: executableitemsitem)
Recipe Configuration Fields
| Field | Type | Description | Default |
|---|---|---|---|
key | String | The Craft Engine item's Id | required |
Show YAML example
example_recipe:
name: example_recipe
ingredients:
#....
two:
type: exitem`
key: "chargedquartz"
#....