lignumis/prototypes/compatibility/aai-loaders.lua aktualisiert

This commit is contained in:
Nydaleclya 2025-03-05 10:51:29 +01:00 committed by cacklingfiend
parent 24a33546d5
commit 6186bf68ad

View file

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