1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Deprecate minetest.add_to_creative_inventory and use group not_in_creative_inventory instead

This commit is contained in:
Perttu Ahola 2012-07-25 17:59:37 +03:00
parent 4535166a3b
commit 100345f1e4
3 changed files with 8 additions and 44 deletions

View file

@ -20,3 +20,7 @@ minetest.node_metadata_inventory_move_allow_all = function()
minetest.log("info", "WARNING: minetest.node_metadata_inventory_move_allow_all is obsolete and does nothing.")
end
minetest.add_to_creative_inventory = function(itemstring)
minetest.log('info', "WARNING: minetest.add_to_creative_inventory: This function is deprecated and does nothing.")
end