From 5e22624330091ff78518d29c8e6f910e089b7d51 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 12 Mar 2025 20:31:48 +0100 Subject: [PATCH] AAI Loader: Adjust recipe --- lignumis/prototypes/compatibility/aai-loaders.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lignumis/prototypes/compatibility/aai-loaders.lua b/lignumis/prototypes/compatibility/aai-loaders.lua index 3c356dc..25555e7 100644 --- a/lignumis/prototypes/compatibility/aai-loaders.lua +++ b/lignumis/prototypes/compatibility/aai-loaders.lua @@ -33,9 +33,9 @@ AAILoaders.make_tier({ recipe = recipe, unlubricated_recipe = mods["aai-loaders-sane"] and recipe or { ingredients = { - { type = "item", name = "lumber", amount = 50 }, - basic_circuit_board and { type = "item", name = "basic-circuit-board", amount = 100 } or - { type = "item", name = "gold-cable", amount = 100 }, + { type = "item", name = "lumber", amount = 50 }, + basic_circuit_board and { type = "item", name = "basic-circuit-board", amount = 50 } or + { type = "item", name = "gold-cable", amount = 100 }, { type = "item", name = "wood-transport-belt", amount = 1 } }, energy_required = 5