Increase steam from moist-stromatolite-remnant a tiny bit

This commit is contained in:
Simon Brodtmann 2026-01-05 12:49:53 +01:00
parent 563ef98bde
commit 82ea32b7e2

View file

@ -249,7 +249,7 @@ local desiccation_recipe = {
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } },
results = {
{ type = "item", name = "peat", amount = 1 },
{ type = "fluid", name = "steam", amount = 150, temperature = 165 }
{ type = "fluid", name = "steam", amount = 180, temperature = 165 }
},
enabled = false
}