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