Skip to main content

KilledEntity

Register an Oraxen item as ingredient.

ingredient key: mitem (alias: mmoitem)

Recipe Configuration Fields

FieldTypeDescriptionDefault
typeStringRequired to workmmoitem
keyStringThe MMO item's Idrequired
kindStringThe MMO item's Typerequired
Show YAML example
example_recipe:
name: example_recipe
ingredients:
#....
two:
type: mitem
kind: SWORD
key: "excalibur"
#....