summaryrefslogtreecommitdiff
path: root/builtin/deprecated.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/deprecated.lua')
-rw-r--r--builtin/deprecated.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/deprecated.lua b/builtin/deprecated.lua
index d41e2c44c..405ce3b09 100644
--- a/builtin/deprecated.lua
+++ b/builtin/deprecated.lua
@@ -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
+