remove temperature requirement for steam
This commit is contained in:
parent
1b86da7a78
commit
9ab8066391
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ data:extend({
|
|||
main_product = 'el_pressurized_water',
|
||||
ingredients = {
|
||||
{type="fluid", name="water", amount=480},
|
||||
{type="fluid", name="steam", amount=240, temperature=165},
|
||||
{type="fluid", name="steam", amount=240},
|
||||
},
|
||||
results = {
|
||||
{type="fluid", name="el_pressurized_water", amount=240, temperature =500},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue