Fix integrated electronics not being unlocked

This commit is contained in:
Simon Brodtmann 2025-12-12 23:05:50 +01:00
parent 7e0c0b53b6
commit 3850e5ec12

View file

@ -73,7 +73,7 @@ if data.raw.technology["silicon-processing"] then
bobmods.lib.tech.add_prerequisite("advanced-circuit", "silicon-processing") bobmods.lib.tech.add_prerequisite("advanced-circuit", "silicon-processing")
end 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", "fibreglass-board")
bobmods.lib.tech.add_recipe_unlock("processing-unit", "superior-circuit-board") bobmods.lib.tech.add_recipe_unlock("processing-unit", "superior-circuit-board")
bobmods.lib.tech.add_recipe_unlock("processing-unit", "processing-unit") bobmods.lib.tech.add_recipe_unlock("processing-unit", "processing-unit")