forked from cacklingfiend/bzzirconium2
concrete change, processing tech tree fix
This commit is contained in:
parent
2553d13778
commit
912becccd9
4 changed files with 12 additions and 2 deletions
|
|
@ -9,6 +9,11 @@ if not mods["Krastorio2"] then
|
|||
util.replace_some_ingredient("electric-furnace", "stone-brick", 5, "zirconia", 5)
|
||||
end
|
||||
|
||||
util.replace_ingredient("concrete", "iron-ore", "zircon")
|
||||
if mods["aai-industry"] then
|
||||
util.add_ingredient("concrete", "zircon", 1)
|
||||
end
|
||||
|
||||
if mods["Krastorio2"] then
|
||||
util.replace_some_ingredient("low-density-structure", "copper-plate", 5, "zirconia", 5)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue