File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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+ ---------------------------------------------------------------------------------------------------
27Version: 2.0.4
38Date: 15. 01. 2026
49 Changes:
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments