From 9ab806639163390c0c847e44cbfa1bd853a193ae Mon Sep 17 00:00:00 2001 From: Bilal Aslam Date: Wed, 11 Jan 2023 16:28:55 -0500 Subject: [PATCH 1/3] remove temperature requirement for steam --- 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 3b1ad93..a9981d6 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, temperature=165}, + {type="fluid", name="steam", amount=240}, }, results = { {type="fluid", name="el_pressurized_water", amount=240, temperature =500}, From 160d1dd30b638debc9a2ff3cac01ecf0adf05d4d Mon Sep 17 00:00:00 2001 From: Bilal Aslam Date: Thu, 12 Jan 2023 09:23:33 -0500 Subject: [PATCH 2/3] 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}, From e53f1cea9cb955953e6b5aa64b664559b65377ff Mon Sep 17 00:00:00 2001 From: Bilal Aslam Date: Fri, 13 Jan 2023 09:36:49 -0500 Subject: [PATCH 3/3] Update data-final-fixes.lua --- scripts/krastorio2/data-final-fixes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/krastorio2/data-final-fixes.lua b/scripts/krastorio2/data-final-fixes.lua index 0dcdde5..905de9d 100644 --- a/scripts/krastorio2/data-final-fixes.lua +++ b/scripts/krastorio2/data-final-fixes.lua @@ -313,7 +313,7 @@ data:extend({ main_product = 'el_pressurized_water', ingredients = { {type="fluid", name="water", amount=480}, - {type="fluid", name="steam", amount=160, temperature=165}, + {type="fluid", name="steam", amount=160, minimum_temperature=165}, }, results = { {type="fluid", name="el_pressurized_water", amount=240, temperature =500}, @@ -408,4 +408,4 @@ table.insert(data.raw.lab['biusart-lab'].inputs, 'fu_space_probe_science_item') table.insert(data.raw.lab['biusart-lab'].inputs, 'fi_ki_science') table.insert(data.raw.lab['biusart-lab'].inputs, 'fu_ki_science') -data.raw.tool["fu_space_probe_science_item"].icon = "__248k__/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png" \ No newline at end of file +data.raw.tool["fu_space_probe_science_item"].icon = "__248k__/ressources/fusion/fu_space_probe/fu_space_probe_science_item_krastorio.png"