Skip to content

Commit

Permalink
Basic circuit board recipe tweak
Browse files Browse the repository at this point in the history
Disallow basic circuit board recipe automatically being used as an intermediate when hand crafting.
  • Loading branch information
KiwiHawk committed Jun 29, 2023
1 parent 56beb30 commit 3624028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bobelectronics/prototypes/electronics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ data:extend({
},
result = "basic-circuit-board",
allow_decomposition = false,
allow_as_intermediate = false,
},
})

Expand Down

0 comments on commit 3624028

Please sign in to comment.