Remove gold from burner agricultural tower

This commit is contained in:
Simon Brodtmann 2025-01-07 00:55:01 +01:00
parent b16c16ae0a
commit 39ffa8fab6

View file

@ -72,8 +72,7 @@ data:extend({
ingredients = { ingredients = {
{ type = "item", name = "stone-brick", amount = 5 }, { type = "item", name = "stone-brick", amount = 5 },
{ type = "item", name = "wooden-gear-wheel", amount = 20 }, { type = "item", name = "wooden-gear-wheel", amount = 20 },
{ type = "item", name = "lumber", amount = 20 }, { type = "item", name = "lumber", amount = 20 }
{ type = "item", name = "gold-plate", amount = 20 }
}, },
results = { { type = "item", name = "burner-agricultural-tower", amount = 1 } }, results = { { type = "item", name = "burner-agricultural-tower", amount = 1 } },
enabled = false enabled = false