From 8bb94c11d286616c09b7a79c192a110976095fad Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sat, 9 Nov 2024 09:49:04 -0600 Subject: [PATCH] Deleted duplicate recipe for soil seperation from the pycodex. --- changelog.txt | 1 + prototypes/updates/pycoalprocessing-updates.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4526a13c..5c6d9317 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,6 +12,7 @@ Date: ? - The micromine machine now has a fixed recipe for incubated petri dishes. - The "transfer all items" caravan action will now preserve metadata for even more items such as equipment grids, blueprint data, and upgrade planner data. - The "transfer all items" and "wait until N" caravan actions now sort and merge both the output and input inventories after delivery. Resolves https://github.com/pyanodon/pybugreports/issues/670 + - Deleted duplicate recipe for soil seperation from the pycodex. --------------------------------------------------------------------------------------------------- Version: 3.0.18 Date: 2024-11-7 diff --git a/prototypes/updates/pycoalprocessing-updates.lua b/prototypes/updates/pycoalprocessing-updates.lua index a9fff61c..b7ac85ac 100644 --- a/prototypes/updates/pycoalprocessing-updates.lua +++ b/prototypes/updates/pycoalprocessing-updates.lua @@ -107,7 +107,7 @@ RECIPE("flask"):add_unlock("py-science-pack-mk01").enabled = false RECIPE("mukmoux-fat"):remove_unlock("mukmoux") RECIPE("log-organics"):remove_unlock("wood-processing-2"):delete() RECIPE("organics-from-wood"):remove_unlock("wood-processing"):delete() -RECIPE("soil-separation"):remove_unlock("separation") +RECIPE("soil-separation"):remove_unlock("separation"):delete() RECIPE("ground-sample01"):remove_unlock("logistic-science-pack"):add_unlock("mycology-mk01") RECIPE("oleochemicals"):remove_unlock("mukmoux"):add_unlock("coal-processing-2") RECIPE("dedicated-oleochemicals"):remove_unlock("mukmoux"):add_unlock("coal-processing-2")