Reduce peat from moist-stromatolite-remnant-desiccation

This commit is contained in:
Simon Brodtmann 2025-02-26 09:58:17 +01:00
parent a107155ecc
commit aba75c8512

View file

@ -245,10 +245,10 @@ local desiccation_recipe = {
subgroup = "lignumis-bioprocessing", subgroup = "lignumis-bioprocessing",
order = "b0[desiccation]", order = "b0[desiccation]",
energy_required = 9.6, energy_required = 9.6,
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } },
results = { results = {
{ type = "item", name = "peat", amount = 1 }, { type = "item", name = "peat", amount = 1 },
{ type = "fluid", name = "steam", amount = 90, temperature = 165 } { type = "fluid", name = "steam", amount = 150, temperature = 165 }
}, },
enabled = false enabled = false
} }