diff --git a/blocks.lua b/blocks.lua index 2d036ce..d97e6ea 100644 --- a/blocks.lua +++ b/blocks.lua @@ -234,6 +234,9 @@ minetest.register_tool("lucky_block:lightning_staff", { range = 10, groups = {not_in_creative_inventory = 1}, +drops = "", +on_drop = function(itemstack, user, pointed_thing) end, + on_use = function(itemstack, user, pointed_thing) local pos = user:get_pos()