forked from cacklingfiend/bzaluminum2
Fix early game technologies with AAI Industry
This commit is contained in:
parent
81374bf265
commit
b982103c6b
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ if mods["aai-industry"] then
|
|||
util.replace_ingredient("motor", "iron-plate", "aluminum-plate")
|
||||
util.replace_ingredient("repair-pack", "copper-plate", "aluminum-plate")
|
||||
util.replace_ingredient("burner-lab", "copper-plate", "aluminum-plate")
|
||||
util.add_prerequisite("copper-processing", "automation-science-pack")
|
||||
util.remove_recipe_effect("electricity", "copper-cable")
|
||||
util.add_effect("copper-processing", { type = "unlock-recipe", recipe = "copper-cable" })
|
||||
end
|
||||
|
||||
if mods["aai-industry"] and mods.Krastorio2 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue