Fix outdated recipe names for thermofluid
This commit is contained in:
parent
301530421d
commit
696ce4cd05
1 changed files with 4 additions and 2 deletions
|
|
@ -26,8 +26,10 @@ if mods["space-exploration"] then
|
|||
util.add_ingredient("se-chemical-gel","povidone", 2)
|
||||
util.remove_ingredient("se-chemical-gel","toluene")
|
||||
if mods["Krastorio2"] then
|
||||
util.add_ingredient("se-space-coolant","ethylene-glycol", 5)
|
||||
util.remove_ingredient("se-space-coolant","salt")
|
||||
util.add_ingredient("se-space-coolant-hot","ethylene-glycol", 5)
|
||||
util.remove_ingredient("se-space-coolant-hot","salt")
|
||||
util.add_ingredient("se-space-coolant-hot-cryonite","ethylene-glycol", 5)
|
||||
util.remove_ingredient("se-space-coolant-hot-cryonite","salt")
|
||||
util.add_unlock("se-space-radiator-1","ethylene-glycol")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue