From 160d1dd30b638debc9a2ff3cac01ecf0adf05d4d Mon Sep 17 00:00:00 2001 From: Bilal Aslam Date: Thu, 12 Jan 2023 09:23:33 -0500 Subject: [PATCH] Fixed removing temp to min_temp --- 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 a9981d6..fc62ed6 100644 --- a/prototypes/el_recipes.lua +++ b/prototypes/el_recipes.lua @@ -132,7 +132,7 @@ data:extend({ main_product = 'el_pressurized_water', ingredients = { {type="fluid", name="water", amount=480}, - {type="fluid", name="steam", amount=240}, + {type="fluid", name="steam", amount=240, minimium_temperature=165}, }, results = { {type="fluid", name="el_pressurized_water", amount=240, temperature =500},