NexoItem
Register a Nexo item as ingredient.
ingredient key: nitem (alias: nexo)
Recipe Configuration Fields
| Field | Type | Description | Default |
|---|---|---|---|
key | String | The Mexo item's Id | required |
Show YAML example
example_recipe:
name: example_recipe
ingredients:
#....
two:
type: nitem
key: "chargedquartz"
#....