#Destroy custom blocks with pickaxe

1 messages · Page 1 of 1 (latest)

red coral
#

Hey guys so I have a custom block. I want to make it so depending on what pickaxe you use you take less time to mine it. How can we do that?

charred widget
#

You don’t, unless it’s a custom pickaxe, in which case you can use minecraft:digger

lament wing
#

you seriously can’t do that??

charred widget
#

That question has already been answered above

thick dawn
red coral
charred widget
#

I’ve already said no, it is not possible

peak thunder
#

try tags like stone, metal, diamond_pick_diggable, iron_pick_diggable

jaunty yew
#

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.