Skip to content

Commit

Permalink
turns out I deleted xyhiphoe blood too good
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 29, 2023
1 parent da4921d commit 38328ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Date: ???
- fixed that fawogae mk4 and fawogae mk5 were both unlocked at the same science tier (py4)
- 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
---------------------------------------------------------------------------------------------------
Version: 2.1.12
Date: 2023-11-22
Expand Down
7 changes: 4 additions & 3 deletions prototypes/updates/pyfusionenergy-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ FUN.results_replacer("log8", "log", "log",10)

RECIPE('fill-xyhiphoe-blood-barrel'):remove_unlock('fluid-handling')
RECIPE('empty-xyhiphoe-blood-barrel'):remove_unlock('fluid-handling')
RECIPE('xyhiphoe-hydrocyclone'):remove_unlock('advanced-mining-facilities')
data.raw.fluid['xyhiphoe-blood'] = nil
data.raw.recipe['xyhiphoe-blood'] = nil
data.raw.recipe['xyhiphoe-hydrocyclone'] = nil
data.raw.recipe['fill-xyhiphoe-blood-barrel'] = nil
data.raw.recipe['empty-xyhiphoe-blood-barrel'] = nil
data.raw.recipe['empty-xyhiphoe-blood-barrel'] = nil
data.raw.recipe['xyhiphoe-hydrocyclone'].ingredients[2].name = 'arthropod-blood'
data.raw.item['xyhiphoe-blood-barrel'] = nil
data.raw.recipe['xyhiphoe-blood-barrel-pyvoid'] = nil

0 comments on commit 38328ae

Please sign in to comment.