-
Bug
-
Resolution: Incomplete
-
None
-
1.16.200
-
None
-
Community Consensus
-
Multiple
on_dig only activates the specified event for blocks/tags not listed in the destroy_speeds section.
"minecraft:digger": {
"use_efficiency": true,
"destroy_speeds": [
{
"block":
,
"speed": 2
},
,
{ "block": "minecraft:sandstone", "speed": 2 }],
"on_dig":
The event "ihg:break" will not activate from the tags stone, metal, wood_pick_diggable and the blocks minecraft:ice and minecraft:sandstone, only blocks not specified like dirt will activate ihg:break.