diff --git a/hot-metals/prototypes/hot-metals.lua b/hot-metals/prototypes/hot-metals.lua index 3847ce9..95e6ceb 100644 --- a/hot-metals/prototypes/hot-metals.lua +++ b/hot-metals/prototypes/hot-metals.lua @@ -26,6 +26,9 @@ function createHotVariant(item) if contains(HotMetals.craftingCategories, recipe.category) and recipe.results[1].name == itemName then recipe.results[1].name = hotItem.name recipe.localised_name = { "item-name." .. itemName } + if recipe.main_product == itemName then + recipe.main_product = hotItem.name + end end end