mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
bring back old global function
This commit is contained in:
parent
2665980007
commit
16415ae577
1 changed files with 5 additions and 0 deletions
|
@ -194,3 +194,8 @@ minetest.register_craft({
|
|||
{"group:wood", "group:wood", ""}
|
||||
}
|
||||
})
|
||||
|
||||
-- this is the exact same as mcl_smithing_table.upgrade_item_netherite , in case something relies on the old function
|
||||
function mcl_smithing_table.upgrade_item(itemstack)
|
||||
return mcl_smithing_table.upgrade_item_netherite(itemstack)
|
||||
end
|
Loading…
Reference in a new issue