Fix recipe name of blank-tech-card-silver
This commit is contained in:
parent
1a411368c5
commit
e11da23987
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue