mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
bring back old global function
This commit is contained in:
parent
2665980007
commit
16415ae577
@ -194,3 +194,8 @@ minetest.register_craft({
|
|||||||
{"group:wood", "group:wood", ""}
|
{"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 New Issue
Block a user