Variable SHAPELESS_RECIPESConst
SHAPELESS_RECIPES: {
identifier: string;
ingredients: (
| { metadata: number; tag?: undefined; type: string }
| { metadata?: undefined; tag: string; type?: undefined }
)[];
priority: number;
resultants: { instance: string; type: string }[];
tag: string;
}[] = ShapelessRecipes