From 25bfaff64b631988c1e2bee523ff3d2df0837abd Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Thu, 14 Apr 2022 18:58:35 +0200 Subject: [PATCH] reduced stone cost for only al purification --- prototypes/el_recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/el_recipes.lua b/prototypes/el_recipes.lua index 4d14fd4..a5a95f7 100644 --- a/prototypes/el_recipes.lua +++ b/prototypes/el_recipes.lua @@ -904,7 +904,7 @@ data:extend({ ingredients = { {type="fluid", name="water", amount=100}, --{type="fluid", name="steam", amount=240, temperature=165}, - {type="item", name="stone", amount=10} + {type="item", name="stone", amount=8} }, results = { {type="fluid", name="el_dirty_water", amount=100},