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 } },