#Destroy custom blocks with pickaxe
1 messages · Page 1 of 1 (latest)
You don’t, unless it’s a custom pickaxe, in which case you can use minecraft:digger
you seriously can’t do that??
That question has already been answered above
yep
So there is no way for me to speed up destruction time if the player is using vanilla picaxes or shovels
I’ve already said no, it is not possible
this is partially possible, either you have to edit the vanilla picks digger (which is complicated because we don't have the files) or you can try to tag your block with the tags that the game picks use. i don't know the list of tags that vanilla picks have in their digger.
try tags like stone, metal, diamond_pick_diggable, iron_pick_diggable
No, is not possible to modify vanilla pickaxes to allow them to destroy your custom blocks faster. The files for them can be located at #1067870355814895687 message and yet, they are not modifiable.
The simplest solution would be creating a custom pickaxe item, add a tag to your custom blocks and add that tag to the digger component of your custom pickaxe.