AAI Loaders: Reduce basic circuit boards to match other tiers
This commit is contained in:
parent
6f453071ea
commit
d1b780636e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ local basic_circuit_board = settings.startup["lignumis-basic-circuit-board"].val
|
||||||
local recipe = {
|
local recipe = {
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{ type = "item", name = "lumber", amount = 5 },
|
{ type = "item", name = "lumber", amount = 5 },
|
||||||
basic_circuit_board and { type = "item", name = "basic-circuit-board", amount = 10 } or
|
basic_circuit_board and { type = "item", name = "basic-circuit-board", amount = 5 } or
|
||||||
{ type = "item", name = "gold-cable", amount = 10 },
|
{ type = "item", name = "gold-cable", amount = 10 },
|
||||||
{ type = "item", name = "wood-transport-belt", amount = 1 }
|
{ type = "item", name = "wood-transport-belt", amount = 1 }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue