Fix holmium
This commit is contained in:
parent
e8baed6262
commit
851ced08fb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function createHotVariant(itemName, _spoil_ticks)
|
||||||
|
|
||||||
-- Change recipes
|
-- Change recipes
|
||||||
for _, recipe in pairs(data.raw.recipe) do
|
for _, recipe in pairs(data.raw.recipe) do
|
||||||
if ((recipe.category == "smelting" or recipe.category == "metallurgy") and recipe.results[1].name == itemName) then
|
if ((recipe.category == "smelting" or recipe.category == "metallurgy" or recipe.category == "crafting-with-fluid-or-metallurgy") and recipe.results[1].name == itemName) then
|
||||||
recipe.results[1].name = hotItem.name
|
recipe.results[1].name = hotItem.name
|
||||||
recipe.localised_name = { "item-name." .. itemName }
|
recipe.localised_name = { "item-name." .. itemName }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue