moist-stromatolite-remnant-desiccation gives 50% more steam

This commit is contained in:
Simon Brodtmann 2025-02-26 09:53:08 +01:00
parent 9f7ab57c36
commit a107155ecc

View file

@ -248,7 +248,7 @@ local desiccation_recipe = {
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } },
results = { results = {
{ type = "item", name = "peat", amount = 1 }, { type = "item", name = "peat", amount = 1 },
{ type = "fluid", name = "steam", amount = 60, temperature = 165 } { type = "fluid", name = "steam", amount = 90, temperature = 165 }
}, },
enabled = false enabled = false
} }