Skip to main content

CraftEngine Item Ingredient - Premium

This ingredient requires a custom item from CraftEngine.

Required dependency: CraftEngine.

Type aliases

You can use: ceitem, craftengine.

Basic example

ingredients:
custom_item:
type: ceitem
key: "default:topaz"

With consume disabled

ingredients:
custom_item:
type: ceitem
key: "default:topaz"
consume: false

Fields

FieldTypeDescription
keyTextCustom item ID from CraftEngine.
consumeBooleanWhether the item is consumed.
enchantmentsSectionOptional enchantment checks when supported by the item type.

Important notes

  • CraftEngine must be installed and enabled.
  • The key must match the item ID used by CraftEngine.
  • If the item is not detected, check the server console during startup to confirm Structory hooked into CraftEngine.