From cfc33724b495f525f1661096fd119521fb954f49 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 13 Mar 2026 12:54:28 +0100 Subject: [PATCH] Fix missing translation for grow-wood-with-carbon-dioxide --- ChemistryForYou2/prototypes/recipes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ChemistryForYou2/prototypes/recipes.lua b/ChemistryForYou2/prototypes/recipes.lua index 6fc53d0..98ec605 100644 --- a/ChemistryForYou2/prototypes/recipes.lua +++ b/ChemistryForYou2/prototypes/recipes.lua @@ -728,6 +728,7 @@ data:extend({ { type = "recipe", name = "grow-wood-with-carbon-dioxide", + localised_name = { "item-name.wood" }, category = "kr-bioprocessing", subgroup = "chemical", main_porduct = "wood",