From 39ffa8fab63dc2b1ccc2d4b0ba6a63c647c4f25a Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 7 Jan 2025 00:55:01 +0100 Subject: [PATCH] Remove gold from burner agricultural tower --- lignumis/prototypes/content/burner-agricultural-tower.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lignumis/prototypes/content/burner-agricultural-tower.lua b/lignumis/prototypes/content/burner-agricultural-tower.lua index c29c7d6..5744b7d 100644 --- a/lignumis/prototypes/content/burner-agricultural-tower.lua +++ b/lignumis/prototypes/content/burner-agricultural-tower.lua @@ -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