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",
|
category = "desiccation",
|
||||||
subgroup = "lignumis-bioprocessing",
|
subgroup = "lignumis-bioprocessing",
|
||||||
order = "b0[desiccation]",
|
order = "b0[desiccation]",
|
||||||
energy_required = 16,
|
energy_required = 12,
|
||||||
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 10 } },
|
ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 8 } },
|
||||||
results = {
|
results = {
|
||||||
{ type = "item", name = "peat", amount = 1 },
|
{ type = "item", name = "peat", amount = 1, probability = 0.8 },
|
||||||
{ type = "fluid", name = "steam", amount = 180, temperature = 165 }
|
{ type = "fluid", name = "steam", amount = 200, temperature = 165 }
|
||||||
},
|
},
|
||||||
enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue