Type Alias RecipeCarpenter

RecipeCarpenter: {
    input: Shaped;
    liquid?: Stack;
    output: Ingredient;
    ticks: number;
    top?: string;
}

Type declaration