Is there a reason for removing the order and subgroup from vanilla recipes? Within prototypes/subgroups.lua, the list of values "toClean"
The cleaning is done because of how the recipe.order
(and subgroup) override the recipe.main_product.order
(and subgroup) properties.
In order to make the UI accommodate for the newer recipes I had to reorder most items and recipes. Because I didn't want to set the order/subgroup for both the solid-fuel-from-light-oil
recipe and the solid-fuel
item itself, I made it so the solid-fuel-from-light-oil
recipe has no order/subgroup and instead uses the order and subgroup from the main_product
, which I set to solid-fuel
.
I now see that there actually is no need for removing the order property (And it looks way better that way), only the subgroups seems to matter, my mistake. (‘’❛ - „)ᕗ
I'll also re add the subgroup
property based on the subgroup of the main_product
, helping with some code stability.
So, will be fixed in the next update, thanks for the bug-report! (´∀`)b