Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 3.2.16
Date: ????
Changes:
- Moved pYHardMode compat to hardmode
- Fixed Creature Chamber TURD path 1 Phadai recipe requiring more items than the basic recipe
---------------------------------------------------------------------------------------------------
Version: 3.2.15
Date: 2025-10-02
Expand Down
2 changes: 1 addition & 1 deletion prototypes/updates/pyalienlife-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ RECIPE("phadai"):replace_ingredient("alien-sample-03", "alien-sample01"):remove_

RECIPE("phadai-codex"):replace_ingredient("advanced-circuit", "electronic-circuit")

RECIPE("phadai-earth-sample-turd"):remove_ingredient("artificial-blood"):replace_ingredient("alien-sample-03", "alien-sample01", 10)
RECIPE("phadai-earth-sample-turd"):replace_ingredient("alien-sample-03", "alien-sample01", 10):remove_ingredient("cytostatics"):remove_ingredient("fetal-serum"):remove_ingredient("artificial-blood")

RECIPE("earth-tiger-sample"):replace_ingredient("py-science-pack-2", "py-science-pack-1")

Expand Down