Compare commits

..

2 commits
4.0.9 ... main

Author SHA1 Message Date
Simon Brodtmann
f59f718ced 4.0.10 2025-12-12 23:06:46 +01:00
Simon Brodtmann
3850e5ec12 Fix integrated electronics not being unlocked 2025-12-12 23:05:50 +01:00
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 4.0.10
Date: 12.12.2025
Bug Fixes:
- Fix integrated electronics not being unlocked
---------------------------------------------------------------------------------------------------
Version: 4.0.9
Date: 08.11.2025
Bug Fixes:

View file

@ -1,6 +1,6 @@
{
"name": "MDbobelectronics2",
"version": "4.0.9",
"version": "4.0.10",
"factorio_version": "2.0",
"title": "Bob's Electronics SE KR for 2.0",
"description": "(Space Exploration and Krastorio edition) Requires Bob's functions library mod.\n\nThis mod changes the way you build electronics, making the process more realistic.\nFirst you have to assemble electronic components, then combine them into circuit boards.\nOptional setting for the following: 'unlike in the base game, each tier of circuit board does NOT require the previous tier.'\nIt also adds a 4th tier of electronics used for high end machinery.\n\nAlthough it can work by itself, it is designed to function best with krastorio and space exploration.",

View file

@ -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")