bedrock-kit
    Preparing search index...

    Interface BrewingResolved

    The resolved form of a brewing recipe.

    interface BrewingResolved {
        input: Item | Tag;
        output: Item | Tag;
        reagent: Item | Tag;
    }
    Index

    Properties

    Properties

    input: Item | Tag

    The base potion being brewed.

    output: Item | Tag

    The resulting potion.

    reagent: Item | Tag

    The ingredient added to the brewing stand.