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")