AAI Loaders: Reduce basic circuit boards to match other tiers

This commit is contained in:
Simon Brodtmann 2025-03-16 18:52:44 +01:00
parent 6f453071ea
commit d1b780636e

View file

@ -8,7 +8,7 @@ local basic_circuit_board = settings.startup["lignumis-basic-circuit-board"].val
local recipe = {
ingredients = {
{ 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 = "wood-transport-belt", amount = 1 }
},