Fix recipe name of blank-tech-card-silver

This commit is contained in:
Simon Brodtmann 2025-11-16 11:53:15 +01:00
parent 1a411368c5
commit e11da23987

View file

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