Skip to content

Commit

Permalink
Standardized productivity allowance in korlex -> fiber and yotoi -> f…
Browse files Browse the repository at this point in the history
…iber recipes. Resolves pyanodon/pybugreports#570
  • Loading branch information
notnotmelon committed Nov 10, 2024
1 parent 878aaba commit 259de71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.21
Date: ?
Changes:
- Standardized productivity allowance in korlex -> fiber and yotoi -> fiber recipes. Resolves https://github.com/pyanodon/pybugreports/issues/570
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-11-9
Changes:
Expand Down
1 change: 1 addition & 0 deletions prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2712,6 +2712,7 @@ RECIPE {
results = {
{type = "item", name = "raw-fiber", amount = 3},
},
allow_productivity = true,
}:add_unlock("yotoi").category = "pulp"

RECIPE {
Expand Down
1 change: 1 addition & 0 deletions prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@ RECIPE {
results = {
{type = "item", name = "raw-fiber", amount = 40},
},
allow_productivity = true,
--main_product = 'casein-pulp-01',
}:add_unlock("biotech-mk03")

Expand Down

0 comments on commit 259de71

Please sign in to comment.