K2: Fix bug in matter recipe generation
This commit is contained in:
parent
d46f8896cf
commit
dc284a4e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ function util.k2matter(params)
|
|||
time = 45,
|
||||
},
|
||||
effects = {},
|
||||
localised_name = { "technology-name.k2-conversion", { "item-name." .. params.k2matter.item_name } },
|
||||
localised_name = { "technology-name.k2-conversion", { "item-name." .. params.k2matter.material.name } },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue