forked from cacklingfiend/lignumis
Increase steam even more
This commit is contained in:
parent
6e20260a64
commit
e54e0aff77
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue