add special pick drop

This commit is contained in:
tenplus1 2021-06-19 22:14:44 +01:00
parent 7d98557652
commit 76ac238c4e

@ -850,7 +850,7 @@ minetest.register_tool("lucky_block:pick_void", {
},
damage_groups = {fleshy = 5},
},
groups = {pickaxe = 1},
groups = {pickaxe = 1, not_in_creative_inventory = 1},
sound = {breaks = "default_tool_breaks"}
})