Fix early game technologies with Krastorio
This commit is contained in:
parent
05e340a170
commit
81374bf265
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ if mods.Krastorio2 then
|
|||
end
|
||||
util.remove_prerequisite("automation", "smelting") -- Bitumen mod
|
||||
|
||||
util.remove_prerequisite("logistic-science-pack", "automation-science-pack")
|
||||
util.add_prerequisite("logistic-science-pack", "electronics")
|
||||
|
||||
-- For warptorio2 expansion with K2
|
||||
util.remove_prerequisite("laboratory", "automation-science-pack")
|
||||
util.set_tech_recipe("laboratory", {{"kr-basic-tech-card", 1}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue