Fix crash when only ChemistryForYou and SE are active
This commit is contained in:
parent
5573e87b35
commit
413463705e
2 changed files with 1 additions and 2 deletions
|
|
@ -667,7 +667,7 @@ data:extend({
|
||||||
order = "n",
|
order = "n",
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 10,
|
energy_required = 10,
|
||||||
ingredients = {{ type = "fluid", name = "nitrogen", amount = 50 }, { type = "fluid", name = "kr-oxygen", amount = 150 }},--should be made from Nitric acid but this works for now
|
ingredients = {{ type = "fluid", name = "kr-nitrogen", amount = 50 }, { type = "fluid", name = "kr-oxygen", amount = 150 }},--should be made from Nitric acid but this works for now
|
||||||
results = {{ type = "fluid", name = "nitrate", amount = 100 }},
|
results = {{ type = "fluid", name = "nitrate", amount = 100 }},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -858,5 +858,4 @@ if mods["space-exploration"] then
|
||||||
if mods["248k-Redux"] then
|
if mods["248k-Redux"] then
|
||||||
data.raw.technology["nuclear-waste-extraction"].unit.ingredients[#data.raw.technology["nuclear-waste-extraction"].unit.ingredients+1] = {"se-rocket-science-pack", 1}
|
data.raw.technology["nuclear-waste-extraction"].unit.ingredients[#data.raw.technology["nuclear-waste-extraction"].unit.ingredients+1] = {"se-rocket-science-pack", 1}
|
||||||
end
|
end
|
||||||
data.raw.technology["trace-uranium-extraction"].unit.ingredients[#data.raw.technology["trace-uranium-extraction"].unit.ingredients+1] = {"se-rocket-science-pack", 1}
|
|
||||||
end
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue