Saxonberg Server API
    Preparing search index...

    Interface RecipeInputSlot

    One input slot, by constraint. category is a Material classification tag the chosen input must carry ("gin"); minGrade is the floor band word; measureL is the consumed volume in litres (the v1 bulk-only amount — mass/count amounts arrive with cooking/smithing).

    interface RecipeInputSlot {
        category: string;
        measureL: number;
        minGrade: string;
        slot: string;
    }
    Index

    Properties

    category: string
    measureL: number
    minGrade: string
    slot: string