bedrock-kit
    Preparing search index...

    Type Alias RecipeType

    RecipeType:
        | "shaped"
        | "shapeless"
        | "furnace"
        | "brewing_mix"
        | "brewing_container"
        | "unknown"

    The type of a recipe as determined by its root JSON key.

    • "shaped" — crafting table recipe with a fixed pattern grid.
    • "shapeless" — crafting table recipe with an unordered ingredient list.
    • "furnace" — smelting recipe for a furnace or blast furnace.
    • "brewing_mix" — potion brewing recipe (input potion + reagent → output potion).
    • "brewing_container" — brewing recipe that modifies the container item.
    • "unknown" — unrecognised recipe type.