Buff wood liquefaction recipe by 50% for electric assemblers

This commit is contained in:
Simon Brodtmann 2025-09-21 08:42:29 +02:00
parent aaea504cef
commit 702e218a62

View file

@ -65,10 +65,10 @@ data:extend({
}, },
ingredients = { ingredients = {
{ type = "item", name = "wood", amount = 1 }, { type = "item", name = "wood", amount = 1 },
{ type = "fluid", name = "steam", amount = 5 } { type = "fluid", name = "steam", amount = 10 }
}, },
results = { results = {
{ type = "fluid", name = "wood-pulp", amount = 10 } { type = "fluid", name = "wood-pulp", amount = 15 }
}, },
allow_productivity = true allow_productivity = true
}, },