#What is incorrect about my digger component here?
1 messages · Page 1 of 1 (latest)
{
"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
}
}
}
}
digger is only usable in the latest format version, not 1.10
What version is that?
Always use the latest format version, 1.20.50
It's still not working
Do you know what format the digger component is supposed to be in?
I couldn't find much on it
What exactly isn't working? Any content log?
the pickaxe is appearing in game, but the speeds aren't changing
It mines like you are using your hand
What did yo do?