From 15b2e420d31b3d62fc1b20703bc3f3db76a76c32 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sat, 8 Nov 2025 09:07:55 +0100 Subject: [PATCH] Fix recipe name --- MDbobelectronics2/prototypes/recipe-updates.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/MDbobelectronics2/prototypes/recipe-updates.lua b/MDbobelectronics2/prototypes/recipe-updates.lua index 63a7db1..9027fca 100644 --- a/MDbobelectronics2/prototypes/recipe-updates.lua +++ b/MDbobelectronics2/prototypes/recipe-updates.lua @@ -111,6 +111,7 @@ bobmods.lib.recipe.replace_ingredient("basic-circuit-board-stone", "wood", "ston --- local greyrecipe2 = table.deepcopy(data.raw["recipe"]["phenolic-board"]) greyrecipe2.name = "phenolic-board-stone" +greyrecipe2.localised_name = { "item-name.phenolic-board" } data:extend({greyrecipe2}) bobmods.lib.recipe.replace_ingredient("phenolic-board-stone", "wood", "stone-tablet")