diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index f705b0c..7557e14 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -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 }