From 86129f48c53d86c1933c69365e4e14e2866324aa Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 20 Oct 2024 21:30:40 -0500 Subject: [PATCH] Fix that steam would get 2xed in the boiler --- data-final-fixes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 9f451e8e..e14291d1 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -71,3 +71,5 @@ for _, recipe in pairs(data.raw.recipe) do error("Recipe " .. recipe.name .. " is missing crafting_machine_tint. Please fill out this field.") end end + +data.raw.fluid["steam"].heat_capacity = (1000 / 60 * 126) .. "J" \ No newline at end of file