#What is incorrect about my digger component here?

1 messages · Page 1 of 1 (latest)

balmy egret
#

The documentation on Microsoft for it was deleted and the documentation on bedrock.dev was lackluster (that I could find)

#
{
    "format_version": "1.10",
    "minecraft:item": {
        "description": {
            "identifier": "pimpmc:custom_pick"
        },
        "components": {
            "minecraft:hand_equipped": false,
            "minecraft:stacked_by_data": true,
            "minecraft:foil": false,
            "minecraft:max_stack_size": 1,
            "minecraft:max_damage": 10,
            "minecraft:max_durability": 1000,

            "minecraft:digger": {
                "destroy_speeds": [
                    {"block": "minecraft:stone", "speed": 1},
                    {"block": "minecraft:coal_ore", "speed": 2},
                    {"block": "minecraft:copper_ore", "speed": 3},
                    {"block": "minecraft:coal_block", "speed": 4},
                    {"block": "minecraft:iron_ore", "speed": 5},
                    {"block": "minecraft:copper_block", "speed": 6},
                    {"block": "minecraft:gold_ore", "speed": 7},
                    {"block": "minecraft:iron_block", "speed": 8},
                    {"block": "minecraft:lapis_ore", "speed": 9},
                    {"block": "minecraft:gold_block", "speed": 10},
                    {"block": "minecraft:redstone_ore", "speed": 15},
                    {"block": "minecraft:diamond_ore", "speed": 20},
                    {"block": "minecraft:emerald_block", "speed": 25},
                    {"block": "minecraft:ancient_debris", "speed": 30},
                    {"block": "minecraft:diamond_block", "speed": 60},
                    {"block": "minecraft:netherite_block", "speed": 1}
                ],
                "on_dig": "minecraft:destroy_block",
                "use_efficiency": true
              }
        }
    }
}
mighty mountain
balmy egret
mighty mountain
balmy egret
#

Do you know what format the digger component is supposed to be in?

#

I couldn't find much on it

mighty mountain
balmy egret
#

the pickaxe is appearing in game, but the speeds aren't changing

#

It mines like you are using your hand

mighty mountain
#

Tried in survival?

#

digger might be bugged

balmy egret
#

We are testing it in survival

#

We got it to work

#

ty for your input

mighty mountain