aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/item.lua
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2021-01-21 18:17:09 +0000
committerGitHub <noreply@github.com>2021-01-21 18:17:09 +0000
commit45ccfe26fb6e0a130e4925ec362cccb1f045a829 (patch)
tree050fd684fa96f8d613d1d469f2fc9bb3d94d13c6 /builtin/game/item.lua
parentea5d6312c1ab6ff3e859fcd7a429a384f0f0ff91 (diff)
downloadminetest-45ccfe26fb6e0a130e4925ec362cccb1f045a829.tar.xz
Removed some obsolete code (#10562)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Diffstat (limited to 'builtin/game/item.lua')
-rw-r--r--builtin/game/item.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/builtin/game/item.lua b/builtin/game/item.lua
index 109712b42..0df25b455 100644
--- a/builtin/game/item.lua
+++ b/builtin/game/item.lua
@@ -705,10 +705,6 @@ core.nodedef_default = {
on_receive_fields = nil,
- on_metadata_inventory_move = core.node_metadata_inventory_move_allow_all,
- on_metadata_inventory_offer = core.node_metadata_inventory_offer_allow_all,
- on_metadata_inventory_take = core.node_metadata_inventory_take_allow_all,
-
-- Node properties
drawtype = "normal",
visual_scale = 1.0,