Skip to content

Commit

Permalink
Fixed that chitin -> geothermal water produced at too low temperature…
Browse files Browse the repository at this point in the history
… for use in energy generation.
  • Loading branch information
notnotmelon committed Jan 19, 2024
1 parent 1c80407 commit 580704b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Date: ?
- Snarer hearts added to utility science pack. Kevlar removed from utility science pack.
- Fixed that composter turd path 1 module bonus did not work. (https://github.com/pyanodon/pybugreports/issues/370)
- Stack filter inserters have been deleted. Removed stack filter inserters from sap turd path 2 recipe.
- Fixed that chitin -> geothermal water produced at too low temperature for use in energy generation.
---------------------------------------------------------------------------------------------------
Version: 2.1.14
Date: 2024-1-10
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes-atomizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ if mods.pyalternativeenergy then
{type = 'item', name = 'chitin', amount = 2},
},
results = {
{type = 'fluid', name = 'geothermal-water', amount = 50},
{type = 'fluid', name = 'geothermal-water', amount = 50, temperature = 3000},
},
}:add_unlock('molecular-decohesion')
end

0 comments on commit 580704b

Please sign in to comment.