Currently it's only possible to defiine one category per recipe. E.g.:
Code: Select all
{
type = "recipe",
name = "smelt-iron",
category = "smelting"
}
Currently I have to do a workaround:
If a recipe should support two recipe categories:
- add a new recipe-category
- extend all necessary machines to support this recipe-category
I mean it's feasible, but still not so nice...