Skip to content
Open
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 @@ -19,6 +19,7 @@ Date: ????
- Fixed an issue with simik den localization. Fixes https://github.com/pyanodon/pybugreports/issues/1217
- Added keyboard shortcuts for quickly opening the T.U.R.D. codex page and the Caravan manager.
- Enhanced caravan number input to handle MathExp and large numbers better.
- Buff starch stage 3 by 4x and allow productivity
- Hide some unused urea and lard recipes from factoriopedia
---------------------------------------------------------------------------------------------------
Version: 3.0.59
Expand Down
3 changes: 2 additions & 1 deletion prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1570,14 +1570,15 @@ RECIPE {
category = "biofactory",
enabled = false,
energy_required = 5,
allow_productivity = true,
ingredients = {
{type = "fluid", name = "formic-acid", amount = 100},
{type = "item", name = "enzyme-pks", amount = 1},
{type = "item", name = "moondrop-seeds", amount = 80},
{type = "item", name = "fiberboard", amount = 2},
},
results = {
{type = "item", name = "starch", amount = 20}
{type = "item", name = "starch", amount = 80}
}
}:add_unlock("starch-mk03")

Expand Down