Skip to content

Commit

Permalink
no more free water
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Sep 7, 2024
1 parent 5480fd6 commit 60b768e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.15
Date: in 5 hours
Changes:
- fixed some recipes outputting more steam than input water when using productivity modules
---------------------------------------------------------------------------------------------------
Version: 2.0.14
Date: 2024-6-3
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/fluids/liquid-rich-gas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RECIPE {
{type = "fluid", name = "gasoline", amount = 5}
},
results = {
{type = "fluid", name = "steam", amount = 100, temperature = 150},
{type = "fluid", name = "steam", amount = 100, temperature = 150, catalyst_amount = 100},
{type = "fluid", name = "liquid-rich-gas", amount = 4}
},
main_product= "liquid-rich-gas",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/fluids/purier-helium.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RECIPE {
{type = "fluid", name = "gasoline", amount = 5}
},
results = {
{type = "fluid", name = "steam", amount = 100, temperature = 150},
{type = "fluid", name = "steam", amount = 100, temperature = 150, catalyst_amount = 100},
{type = "fluid", name = "purier-helium", amount = 2}
},
main_product = "purier-helium"
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ RECIPE {
},
results = {
{type = "fluid", name = "liquid-petgas", amount = 5},
{type = "fluid", name = "steam", amount = 100, temperature = 150}
{type = "fluid", name = "steam", amount = 100, temperature = 150, catalyst_amount = 100}
},
main_product= "liquid-petgas",
}
Expand Down

0 comments on commit 60b768e

Please sign in to comment.