From 3850e5ec1210e1321e748c612c3d5f8a5def5406 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 12 Dec 2025 23:05:50 +0100 Subject: [PATCH] Fix integrated electronics not being unlocked --- MDbobelectronics2/prototypes/technology-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDbobelectronics2/prototypes/technology-updates.lua b/MDbobelectronics2/prototypes/technology-updates.lua index f68e0a7..0b1d33f 100644 --- a/MDbobelectronics2/prototypes/technology-updates.lua +++ b/MDbobelectronics2/prototypes/technology-updates.lua @@ -73,7 +73,7 @@ if data.raw.technology["silicon-processing"] then bobmods.lib.tech.add_prerequisite("advanced-circuit", "silicon-processing") end -bobmods.lib.tech.add_recipe_unlock("processing-unit", "integrated-electronics") +bobmods.lib.tech.add_recipe_unlock("processing-unit", "intergrated-electronics") bobmods.lib.tech.add_recipe_unlock("processing-unit", "fibreglass-board") bobmods.lib.tech.add_recipe_unlock("processing-unit", "superior-circuit-board") bobmods.lib.tech.add_recipe_unlock("processing-unit", "processing-unit")