Replace iron gear weel with wooden gear weel in lumber mill copper recipe
This commit is contained in:
parent
1e219ba4ad
commit
70d22cb121
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ LumberMill.RecipeBuilder:new()
|
|||
:ingredients({
|
||||
{ type = "item", name = "stone-brick", amount = 40 },
|
||||
{ type = "item", name = "lumber", amount = 50 },
|
||||
{ type = "item", name = "iron-gear-wheel", amount = 50 },
|
||||
{ type = "item", name = "wooden-gear-wheel", amount = 50 },
|
||||
{ type = "item", name = "copper-plate", amount = basic_circuit_board and 30 or 60 },
|
||||
{ type = "item", name = basic_circuit_board and "basic-circuit-board" or "electronic-circuit", amount = 30 },
|
||||
{ type = "item", name = "assembling-machine-1", amount = 2 }
|
||||
|
|
Loading…
Add table
Reference in a new issue