Skip to content

Commit

Permalink
https://github.com/pyanodon/pybugreports/issues/366
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 10, 2024
1 parent 1c895ac commit 5d44794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Version: 2.1.14
Date: ???
Changes:
- Fixed that choosing a T.U.R.D. gave an error on new save files
- Fixed sulfur processing tech unlocking the gas processing unit twice (https://github.com/pyanodon/pybugreports/issues/366)
---------------------------------------------------------------------------------------------------
Version: 2.1.13
Date: 2024-1-8
Expand Down
6 changes: 5 additions & 1 deletion prototypes/updates/pyfusionenergy-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@ data.raw.recipe['xyhiphoe-hydrocyclone'].ingredients[2].name = 'arthropod-blood'
RECIPE('xyhiphoe-hydrocyclone'):remove_unlock('advanced-mining-facilities'):add_unlock('biotech-mk04')
RECIPE('arthropod-blood-to-organic-solvent'):remove_unlock('biotech-mk03'):add_unlock('biotech-mk02')
data.raw.item['xyhiphoe-blood-barrel'] = nil
data.raw.recipe['xyhiphoe-blood-barrel-pyvoid'] = nil
data.raw.recipe['xyhiphoe-blood-barrel-pyvoid'] = nil

RECIPE('gas-separator-mk01'):remove_unlock('sulfur-processing')
RECIPE('gas-separator-mk01'):remove_unlock('sulfur-processing')
RECIPE('gas-separator-mk01'):add_unlock('sulfur-processing')

0 comments on commit 5d44794

Please sign in to comment.