Skip to content

Commit

Permalink
Fix that steam would get 2xed in the boiler
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 21, 2024
1 parent c27ede9 commit 86129f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 86129f4

Please sign in to comment.