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:
parent
4535166a3b
commit
100345f1e4
3 changed files with 8 additions and 44 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue