From e8baed6262d5516c9299084b2a98d2ca57086abf Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 2 Dec 2024 22:56:29 +0100 Subject: [PATCH] Fix recipe names --- hot-metals/prototypes/hot.lua | 1 + 1 file changed, 1 insertion(+) 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