From aba75c85127b653bf5083eeddaa74146b0d6d0f4 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 26 Feb 2025 09:58:17 +0100 Subject: [PATCH] Reduce peat from moist-stromatolite-remnant-desiccation --- 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 1f15f50..03fe754 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -245,10 +245,10 @@ local desiccation_recipe = { subgroup = "lignumis-bioprocessing", order = "b0[desiccation]", energy_required = 9.6, - ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, + ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 90, temperature = 165 } + { type = "fluid", name = "steam", amount = 150, temperature = 165 } }, enabled = false }