Fix outdated recipe names for thermofluid

This commit is contained in:
Simon Brodtmann 2025-12-25 20:52:13 +01:00
parent 301530421d
commit 696ce4cd05

View file

@ -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