diff --git a/bobelectronics/changelog.txt b/bobelectronics/changelog.txt index 987d65afe..9c76104cd 100644 --- a/bobelectronics/changelog.txt +++ b/bobelectronics/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.2.1 +Date: ??? + Changes: + - Allow Basic Circuit Boards to be automatically crafted as intermediates #157 +--------------------------------------------------------------------------------------------------- Version: 1.2.0 Date: 22. 12. 2023 Changes: diff --git a/bobelectronics/info.json b/bobelectronics/info.json index acc207547..dbf4b437c 100644 --- a/bobelectronics/info.json +++ b/bobelectronics/info.json @@ -1,6 +1,6 @@ { "name": "bobelectronics", - "version": "1.2.0", + "version": "1.2.1", "factorio_version": "1.1", "title": "Bob's Electronics mod", "author": "Bobingabout", diff --git a/bobelectronics/prototypes/electronics.lua b/bobelectronics/prototypes/electronics.lua index d98a24c10..668f88149 100644 --- a/bobelectronics/prototypes/electronics.lua +++ b/bobelectronics/prototypes/electronics.lua @@ -369,7 +369,6 @@ data:extend({ }, result = "basic-circuit-board", allow_decomposition = false, - allow_as_intermediate = false, }, })