Buff wood liquefaction recipe by 50% for electric assemblers
This commit is contained in:
parent
aaea504cef
commit
702e218a62
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ data:extend({
|
|||
},
|
||||
ingredients = {
|
||||
{ type = "item", name = "wood", amount = 1 },
|
||||
{ type = "fluid", name = "steam", amount = 5 }
|
||||
{ type = "fluid", name = "steam", amount = 10 }
|
||||
},
|
||||
results = {
|
||||
{ type = "fluid", name = "wood-pulp", amount = 10 }
|
||||
{ type = "fluid", name = "wood-pulp", amount = 15 }
|
||||
},
|
||||
allow_productivity = true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue