Skip to content

Commit

Permalink
Deleted duplicate recipe for soil seperation from the pycodex.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 9, 2024
1 parent 7b71782 commit 8bb94c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion prototypes/updates/pycoalprocessing-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8bb94c1

Please sign in to comment.