Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
15d99aa45b Added order to subgroup
Fixes an issue with Recycling in Factoriopedia that expects all subgroups to have an order.
https://mods.factorio.com/mod/recycling-factoriopedia
2025-11-24 18:26:35 +01:00

View file

@ -2,6 +2,7 @@ data:extend({
{
type = "item-subgroup",
name = "lignumis-bioprocessing",
group = "bioprocessing"
group = "bioprocessing",
order = "lignumis-bioprocessing"
}
})