From d1b780636e74e3c13af70884ec1633516947a072 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 16 Mar 2025 18:52:44 +0100 Subject: [PATCH] AAI Loaders: Reduce basic circuit boards to match other tiers --- lignumis/prototypes/compatibility/aai-loaders.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/compatibility/aai-loaders.lua b/lignumis/prototypes/compatibility/aai-loaders.lua index 4a89171..ec9353a 100644 --- a/lignumis/prototypes/compatibility/aai-loaders.lua +++ b/lignumis/prototypes/compatibility/aai-loaders.lua @@ -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 } },