bedrock-kit
    Preparing search index...

    Interface FurnaceResolved

    The resolved form of a furnace recipe.

    interface FurnaceResolved {
        input: Item | Tag;
        output: Item | Tag;
    }
    Index

    Properties

    Properties

    input: Item | Tag

    The item or tag to smelt.

    output: Item | Tag

    The item produced by smelting.