Increase steam even more

This commit is contained in:
Simon Brodtmann 2026-01-14 23:04:34 +01:00
parent 6e20260a64
commit e54e0aff77

View file

@ -245,11 +245,11 @@ local desiccation_recipe = {
category = "desiccation",
subgroup = "lignumis-bioprocessing",
order = "b0[desiccation]",
energy_required = 16,
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } },
energy_required = 12,
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 8 } },
results = {
{ type = "item", name = "peat", amount = 1 },
{ type = "fluid", name = "steam", amount = 180, temperature = 165 }
{ type = "item", name = "peat", amount = 1, probability = 0.8 },
{ type = "fluid", name = "steam", amount = 200, temperature = 165 }
},
enabled = false
}