From 093df7d138a4e1cd28493b466590e6b4b52f4b86 Mon Sep 17 00:00:00 2001 From: Nydaleclya Date: Wed, 5 Mar 2025 10:51:29 +0100 Subject: [PATCH] lignumis/prototypes/compatibility/aai-loaders.lua aktualisiert --- lignumis/prototypes/compatibility/aai-loaders.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lignumis/prototypes/compatibility/aai-loaders.lua b/lignumis/prototypes/compatibility/aai-loaders.lua index 77b4c84..3c356dc 100644 --- a/lignumis/prototypes/compatibility/aai-loaders.lua +++ b/lignumis/prototypes/compatibility/aai-loaders.lua @@ -34,6 +34,7 @@ AAILoaders.make_tier({ 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 = "wood-transport-belt", amount = 1 } },