From e11da239879f932ca2bd0086f64f136d8bd7d864 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 16 Nov 2025 11:53:15 +0100 Subject: [PATCH] Fix recipe name of blank-tech-card-silver --- bzgold2/prototypes/recipe-updates.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bzgold2/prototypes/recipe-updates.lua b/bzgold2/prototypes/recipe-updates.lua index 690c811..93cdc66 100644 --- a/bzgold2/prototypes/recipe-updates.lua +++ b/bzgold2/prototypes/recipe-updates.lua @@ -72,6 +72,7 @@ end if mods.Krastorio2 and util.me.silver() then local tc = futil.table.deepcopy(data.raw.recipe["kr-blank-tech-card"]) tc.name = "blank-tech-card-silver" + tc.localised_name = { "item-name.blank-tech-card" } data:extend({tc}) util.replace_ingredient("blank-tech-card-silver", "copper-cable", "silver-wire") local amt = util.get_amount("kr-blank-tech-card")