#Tag "minecraft:is_shears_item_destructible" isn't working

1 messages · Page 1 of 1 (latest)

rich blade
#

I wanted my custom block(custom leave block) to be like vanilla leaves, so you would be able to break with hoe or shears.
The tag "tag:minecraft:is_hoe_item_destructible" is working fine, however it isn't working with "minecraft:is_shears_item_destructible" for the shears, for some reason the breaking speed is the same.
What am I missing?
"components": { "tag:minecraft:is_hoe_item_destructible":{}, "tag:minecraft:is_shears_item_destructible":{}

ripe coyote
rich blade
#

Thanks, I will be reporting this issue😁

rich blade