diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index 4709545..1f15f50 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -248,7 +248,7 @@ local desiccation_recipe = { ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 60, temperature = 165 } + { type = "fluid", name = "steam", amount = 90, temperature = 165 } }, enabled = false }