Set auto_recycle = false for the alternative green circuit recipe
This commit is contained in:
parent
ff19f24579
commit
436c3262a4
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ if settings.startup["lignumis-circuit-progression"].value then
|
|||
:addIndicatorIcon("__base__/graphics/icons/iron-plate.png")
|
||||
:assign({
|
||||
localised_name = { "item-name.electronic-circuit" },
|
||||
order = "b[circuits]-b0[electronic-circuit-iron]"
|
||||
order = "b[circuits]-b0[electronic-circuit-iron]",
|
||||
auto_recycle = false
|
||||
})
|
||||
:unlockedByTechnology("electronics")
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue