From 38328ae82691476f137374d8c7ed6852032a1ac7 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Tue, 28 Nov 2023 22:28:03 -0600 Subject: [PATCH] turns out I deleted xyhiphoe blood too good --- changelog.txt | 1 + prototypes/updates/pyfusionenergy-updates.lua | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8604aa75..b6a8349b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/prototypes/updates/pyfusionenergy-updates.lua b/prototypes/updates/pyfusionenergy-updates.lua index ae481490..5e93a4c1 100644 --- a/prototypes/updates/pyfusionenergy-updates.lua +++ b/prototypes/updates/pyfusionenergy-updates.lua @@ -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 \ No newline at end of file +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 \ No newline at end of file