Skip to content

Commit

Permalink
The serine recipe is now effected by productivity modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 15, 2024
1 parent 86ad20d commit 12d0d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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.0.23
Date: ?
Changes:
- fungal-substrate-01, fungal-substrate-02, fungal-substrate-03 are now affected by productivity modules.
- The serine recipe is now effected by productivity modules.
TURD:
- Rebalanced the turd reset technology scaling factor from 2^N to 1.5^N.
- Rebalanced mukmoux turds. Path 1 recipe values adjusted.
Expand Down
1 change: 1 addition & 0 deletions prototypes/updates/pyfusionenergy-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RECIPE("log7"):add_ingredient {type = "item", name = "wood-seedling", amount = 3
RECIPE("zogna-bacteria"):add_ingredient {type = "fluid", name = "pressured-air", amount = 50}
RECIPE("bacteria-1"):remove_unlock("ethanolamine"):add_unlock("kmauts"):subgroup_order("py-alienlife-genetics", "b"):add_ingredient {type = "item", name = "petri-dish", amount = 3}
RECIPE("serine"):remove_unlock("helium-processing"):add_unlock("kmauts"):subgroup_order("py-alienlife-kmauts", "b"):add_ingredient {type = "item", name = "tendon", amount = 5}:add_ingredient {type = "fluid", name = "zogna-bacteria", amount = 40}:remove_ingredient("kmauts-ration").category = "bio-reactor"
RECIPE("serine").allow_productivity = true
ITEM("serine"):subgroup_order("py-alienlife-kmauts", "b")
ITEM("kmauts-ration"):subgroup_order("py-alienlife-food", "b")
RECIPE("nenbit-matrix"):add_ingredient {type = "item", name = "nano-cellulose", amount = 3}
Expand Down

0 comments on commit 12d0d70

Please sign in to comment.