--need to add sci pack 0 and adjust starting techs to use it and not sp1
--sp0 script in functions

table.insert(data.raw["lab"]["lab"].inputs, "science-pack-0")
table.insert(data.raw["lab"]["burner-lab"], "science-pack-0")

--remove sci pack 1 from:
--basic automation
--electricity
--basic fluid handleing
FUN.removescipack({"basic-automation","electricity","basic-fluid-handling","steam-power","basic-logistics","electric-mining"},"automation-science-pack")

FUN.ingredient_replace(data.raw.recipe["big-electric-pole"],"niobium-plate","chromium")

end

if mods["aai-industry-sp0"] and not mods["angelspetrochem"] then

	data.raw.item["storage-tank-0"].subgroup = "storage"

end
