improvements for cerys and any planet start

This commit is contained in:
Brevven 2025-04-20 01:30:22 -07:00
parent 1a23ab5f92
commit 3890e5af14
4 changed files with 25 additions and 7 deletions

View file

@ -41,7 +41,12 @@ if not mods["Krastorio2"] then
end
end
util.replace_ingredient("concrete", "iron-ore", "zircon")
if mods["Cerys-Moon-of-Fulgora"] then
util.replace_ingredient("concrete", "iron-ore", "zircon", 10)
else
util.replace_ingredient("concrete", "iron-ore", "zircon")
end
if mods["aai-industry"] then
util.add_ingredient("concrete", "zircon", 1)
end