AAI Loader: Adjust recipe
This commit is contained in:
parent
6186bf68ad
commit
5e22624330
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue