forked from cacklingfiend/lignumis
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
This commit is contained in:
parent
b50a36d114
commit
e03f854222
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ data:extend({
|
||||||
{
|
{
|
||||||
type = "item-subgroup",
|
type = "item-subgroup",
|
||||||
name = "lignumis-bioprocessing",
|
name = "lignumis-bioprocessing",
|
||||||
group = "bioprocessing"
|
group = "bioprocessing",
|
||||||
|
order = "lignumis-bioprocessing"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue