From f8758ea324cdd08c2cf1da164c248af4dcf8d7a5 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 20 Jan 2025 00:00:35 +0100 Subject: [PATCH] Reduce the amount of peat from gold stromatolite remnant --- lignumis/prototypes/content/gold/stromatolite.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index 3e50897..4578773 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -243,10 +243,10 @@ local desiccation_recipe = { subgroup = "raw-material", order = "b0[desiccation]", energy_required = 9.6, - ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 2 } }, + ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 5 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 20, temperature = 165 } + { type = "fluid", name = "steam", amount = 50, temperature = 165 } }, enabled = false }