tech tree tweaks, repair pack

This commit is contained in:
Brevven 2022-01-20 00:44:21 -08:00
parent c4fad858ce
commit 1b5064cce9
2 changed files with 14 additions and 1 deletions

View file

@ -73,11 +73,18 @@ data:extend({
},
time = 10,
},
prerequisites = {"automation"},
prerequisites = {},
order = "b-b"
},
})
if mods.Krastorio2 then
util.add_prerequisite("graphite-processing", "kr-crusher")
else
util.add_prerequisite("graphite-processing", "automation")
end
if mods["space-exploration"] and not mods.Krastorio2 then
data:extend({
{