forked from cacklingfiend/lignumis
Remove gold from burner agricultural tower
This commit is contained in:
parent
b16c16ae0a
commit
39ffa8fab6
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ data:extend({
|
|||
ingredients = {
|
||||
{ type = "item", name = "stone-brick", amount = 5 },
|
||||
{ type = "item", name = "wooden-gear-wheel", amount = 20 },
|
||||
{ type = "item", name = "lumber", amount = 20 },
|
||||
{ type = "item", name = "gold-plate", amount = 20 }
|
||||
{ type = "item", name = "lumber", amount = 20 }
|
||||
},
|
||||
results = { { type = "item", name = "burner-agricultural-tower", amount = 1 } },
|
||||
enabled = false
|
||||
|
|
Loading…
Add table
Reference in a new issue