AAI Industry: Move copper cable recipe to copper processing

This commit is contained in:
Simon Brodtmann 2025-03-15 00:02:21 +01:00
parent b0ee9f94bc
commit 9edaf14f93

View file

@ -33,4 +33,7 @@ if settings.startup["lignumis-basic-circuit-board"].value then
-- AAI Industry messes with the basic circuit board recipe
Technology:new("electronics"):removeRecipe("basic-circuit-board")
data.raw.recipe["basic-circuit-board"].enabled = true
Technology:new("electricity"):removeRecipe("copper-cable")
Technology:new("copper-processing"):addRecipe("copper-cable")
end