forked from cacklingfiend/bzzirconium2
improvements for cerys and any planet start
This commit is contained in:
parent
1a23ab5f92
commit
3890e5af14
4 changed files with 25 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue