Crafting using Diamond, Diamond, Diamond, Stick and Stick, arranged in the pattern shown. Produces Diamond Pickaxe.
Diamond Pickaxe
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End City Treasure (minecraft) minecraft:end_city_treasure | 1–1 | 100% | — |
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable | 1–1 | 100% | — |
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
minecraft:diamond_pickaxe- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:items/cluster_max_harvestables minecraft:items/pickaxes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:diamond"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}