Fix crash when mod Bio Processing Group is not active
This commit is contained in:
parent
00c92b133c
commit
0d39bd5af0
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ data:extend({
|
||||||
{
|
{
|
||||||
type = "item-subgroup",
|
type = "item-subgroup",
|
||||||
name = "arig-bioprocessing",
|
name = "arig-bioprocessing",
|
||||||
group = "bioprocessing"
|
group = data.raw["item-group"]["bioprocessing"] and "bioprocessing" or "intermediate-products",
|
||||||
|
order = "o-a[arig-bioprocessing]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "item",
|
type = "item",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue