Type Alias RecipeCarpenter

RecipeCarpenter: {
    liquid?: Stack;
    recipe: RecipeShaped;
    ticks: number;
    top?: string;
}

Type declaration