From 9edaf14f93834432b323d6c168914c2439e3d0db Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 15 Mar 2025 00:02:21 +0100 Subject: [PATCH] AAI Industry: Move copper cable recipe to copper processing --- lignumis/prototypes/compatibility/aai-industry.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lignumis/prototypes/compatibility/aai-industry.lua b/lignumis/prototypes/compatibility/aai-industry.lua index b4f27f3..c15276f 100644 --- a/lignumis/prototypes/compatibility/aai-industry.lua +++ b/lignumis/prototypes/compatibility/aai-industry.lua @@ -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 \ No newline at end of file