minor tweaks, advanced belts

This commit is contained in:
Brevven 2022-09-28 20:02:52 -07:00
parent c314186e00
commit e7c319c835
6 changed files with 57 additions and 2 deletions

View file

@ -151,10 +151,15 @@ data:extend({
ingredients = mods.Krastorio2 and
{{"basic-tech-card", 1}} or {{"automation-science-pack", 1}},
},
prerequisites = {"automation"},
prerequisites = {},
order = "b-b",
},
})
if mods["aai-industry"] then
util.add_prerequisite("copper-processing", "electricity")
else
util.add_prerequisite("copper-processing", "automation")
end
data:extend({
{