mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
bring back old global function
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user