Skip to content

Commit

Permalink
buffed 2ed tier of xyhiphoe blood -> organic solvent recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 29, 2023
1 parent 38328ae commit 181539d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Date: ???
- buffed the useless coal->fawogae recipe by 10X (its still not great)
- buffed sap turd path 2 to give resveratrol instead of cellulose
- readded the xyhiphoe blood hydrocyclone recipe that was accidently removed last update
- buffed 2ed tier of xyhiphoe blood -> organic solvent recipe by 50%. also allowed productivity in this recipe
---------------------------------------------------------------------------------------------------
Version: 2.1.12
Date: 2023-11-22
Expand Down
1 change: 1 addition & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ local recipes_list =
"meat-to-iron",
"meat-and-gut-to-copper",
"arthropod-blood-to-copper",
"arthropod-blood-to-organic-solvent",
"tuuphra-to-copper",
"meat-to-copper",
"guts-to-copper",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ RECIPE {
{type = 'item', name = 'nickel-plate', amount = 1},
},
results = {
{type = 'fluid', name = 'organic-solvent', amount = 100},
{type = 'fluid', name = 'organic-solvent', amount = 150},
}
}:add_unlock('biotech-mk03'):add_ingredient({type = 'fluid', name = 'cumene', amount = 20})

Expand Down

0 comments on commit 181539d

Please sign in to comment.