SerenityJS
    Preparing search index...

    Interface CraftingRecipeIngredient

    interface CraftingRecipeIngredient {
        alias?: string;
        metadata?: number;
        stackSize?: number;
        tag?: string;
        type?: ItemType;
    }
    Index

    Properties

    alias?: string

    The alias identifier of the ingredient.

    metadata?: number

    The metadata of the ingredient.

    stackSize?: number

    The stack size of the ingredient.

    tag?: string

    The item tag of the ingredient.

    type?: ItemType

    The item type of the ingredient.