Simon Brodtmann 2025-01-01 10:20:06 +01:00
parent 22eadcd9f8
commit ee97c9cb52

View file

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