From 641f6a83507ecd4e625a91464e64fe49e2673e47 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:43:04 -0700 Subject: [PATCH] fix missing adjustment --- data-final-fixes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-final-fixes.lua b/data-final-fixes.lua index 8c00773..1352daf 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -320,7 +320,7 @@ end if mods.pycoalprocessing and not mods["extended-descriptions"] then for _, recipe in pairs(data.raw.recipe) do if recipe.allow_productivity then - py.add_to_description("recipe", recipe, nil, {"recipe-description.affected-by-productivity"}) + py.add_to_description(recipe, nil, {"recipe-description.affected-by-productivity"}) end end end