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 @@ -6,6 +6,7 @@ Date: ????
- Increased the output fluidbox size of all buildings from 100->1000. Allows fluid transfer at even higher rates before hitting engine limitations. Resolves https://github.com/pyanodon/pybugreports/issues/1203
- Fixed all techs added by "enable all feature flags" not being seen by autotech.
- Added es-ES locale
- Allow productivity modules in propene -> acetone
---------------------------------------------------------------------------------------------------
Version: 3.0.17
Date: 2025-09-15
Expand Down
3 changes: 2 additions & 1 deletion prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,8 @@ RECIPE {
},
results = {
{type = "fluid", name = "acetone", amount = 50}
}
},
allow_productivity = true,
}

RECIPE {
Expand Down