From a26031ef995827824cdc5fe97863301cbdd89616 Mon Sep 17 00:00:00 2001 From: limelou <119715684+limelou@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:03:46 -0700 Subject: [PATCH 1/2] allow productivity for acetone --- prototypes/recipes/recipes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index 53451d9..3e40791 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -3568,7 +3568,8 @@ RECIPE { }, results = { {type = "fluid", name = "acetone", amount = 50} - } + }, + allow_productivity = true, } RECIPE { From 5508e23a99b65202b0aeea6463a49848cb5c1bd5 Mon Sep 17 00:00:00 2001 From: limelou <119715684+limelou@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:11:10 -0700 Subject: [PATCH 2/2] changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index bcc0389..65f76c7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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