Replace iron gear weel with wooden gear weel in lumber mill copper recipe

This commit is contained in:
Simon Brodtmann 2025-03-15 16:06:43 +01:00
parent 1e219ba4ad
commit 70d22cb121

View file

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