OraxenItem
Register an Oraxen item as ingredient.
ingredient key: ecoitems (alias: eitems)
Recipe Configuration Fields
| Field | Type | Description | Default |
|---|---|---|---|
key | String | The EcoItems item's Id | required |
Show YAML example
example_recipe:
name: example_recipe
ingredients:
#....
two:
type: eitem
key: "chargedquartz"
#....