Skip to content

Commit 0fdc13e

Browse files
committed
Red Science / Brown Circuit softlock #518
1 parent 660de91 commit 0fdc13e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bobtech/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 2.0.5
3+
Date: ???
4+
Bugfixes:
5+
- Fixed softlock in some mod combinations where automation science back and basic circut board required each other #518
6+
---------------------------------------------------------------------------------------------------
27
Version: 2.0.4
38
Date: 15. 01. 2026
49
Changes:

bobtech/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bobtech",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"factorio_version": "2.0",
55
"title": "Bob's Technology mod",
66
"author": "Bobingabout",

bobtech/prototypes/technology/technology-updates.lua

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,11 @@ if settings.startup["bobmods-burnerphase"].value == true then
281281
bobmods.lib.tech.remove_recipe_unlock("electronics", "copper-cable")
282282
bobmods.lib.tech.remove_recipe_unlock("electronics", "lab")
283283
bobmods.lib.tech.remove_recipe_unlock("electronics", "small-electric-pole")
284-
data.raw.technology.electronics.research_trigger = nil
285-
data.raw.technology.electronics.unit = {
286-
count = 20,
287-
time = 10,
288-
ingredients = {
289-
{ "automation-science-pack", 1 },
290-
},
284+
data.raw.technology["electronics"].research_trigger = {
285+
type = "craft-item",
286+
item = "copper-cable",
287+
count = 10,
291288
}
292-
bobmods.lib.tech.remove_prerequisite("automation-science-pack", "electronics")
293-
bobmods.lib.tech.add_prerequisite("electronics", "automation-science-pack")
294289
data.raw.technology["automation-science-pack"].research_trigger = {
295290
type = "craft-item",
296291
item = "bob-burner-lab",

0 commit comments

Comments
 (0)