Im unsure if this is normal or a bug but when i read the RecipePrototype for "burner-lab"
[Edit] i get LuaRecipePrototype doesn't contain key results.
and
recipe.main_product as a ItemProductPrototype?
Code: Select all
{
amount = 1,
name = "burner-lab",
probability = 1,
type = "item"
}
results optional :: array[ProductPrototype] A table containing result names and amounts. [...]
main_product optional :: string For recipes with one or more products: Subgroup, localised_name and icon default to the values of the singular/main product, but can be overwritten by the recipe. [...]
Im thinking that either the description of main_product is lacking or there is something odd here
anyone more familar with this have any input?