Item Recipe
Item Recipes are reusable methods for crafting items. They are composed of:
- Ingredients: Items matched by definition or tags. Ingredients can optionally be destroyed when the recipe is crafted.
- Products: Items created by the recipe, optionally modified by Item Mutators.
- Transforms: Items modified by Item Mutators. Each transform receives an input and output slot.
They may be crafted using a Crafting Component or manually by calling Craft Recipe
or Craft Recipe From Slots
.
Recipes can have a duration or be instantly finished when crafted by a crafting component.
Item recipes can have tag requirements for the crafting component.