Skip to main content

CraftEngineItem

Register an Craft Engine item as ingredient.

ingredient key: ceitem (alias: craftengine)

Recipe Configuration Fields

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