Skip to content

Commit

Permalink
Greatly buffed the Heavy-metal ATPases recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 9, 2024
1 parent 1cfc2bc commit c1a72ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Version: 3.0.19
Date: ?
Changes:
- Ported the biofluid network into 2.0
- Greatly buffed the Heavy-metal ATPases recipe from 2x output to 15x output.
- Allowed productivity in the Heavy-metal ATPases recipe.
---------------------------------------------------------------------------------------------------
Version: 3.0.18
Date: 2024-11-7
Expand Down
3 changes: 2 additions & 1 deletion prototypes/recipes/recipes-photomining.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RECIPE {
{type = "fluid", name = "diborane", amount = 100},
},
results = {
{type = "item", name = "hmas", amount = 2},
{type = "item", name = "hmas", amount = 15},
},
allow_productivity = true,
}:add_unlock("phytomining-mk03")


Expand Down

0 comments on commit c1a72ae

Please sign in to comment.