mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-09 18:17:30 +01:00
Fix #1706
This commit is contained in:
parent
445af4e4c9
commit
8c2f5bc3d2
@ -23,6 +23,10 @@ function mcl_smithing_table.upgrade_item(itemstack)
|
||||
return
|
||||
end
|
||||
|
||||
if mcl_enchanting.is_enchanted(itemname) then
|
||||
upgrade_item = upgrade_item .. "_enchanted"
|
||||
end
|
||||
|
||||
itemstack:set_name(upgrade_item)
|
||||
|
||||
-- Reload the ToolTips of the tool
|
||||
|
Loading…
Reference in New Issue
Block a user