diff --git a/hot-metals/prototypes/hot.lua b/hot-metals/prototypes/hot.lua index fe066fd..7a29dd2 100644 --- a/hot-metals/prototypes/hot.lua +++ b/hot-metals/prototypes/hot.lua @@ -15,6 +15,7 @@ function createHotVariant(itemName, _spoil_ticks) for _, recipe in pairs(data.raw.recipe) do if ((recipe.category == "smelting" or recipe.category == "metallurgy") and recipe.results[1].name == itemName) then recipe.results[1].name = hotItem.name + recipe.localised_name = { "item-name." .. itemName } end end