Diamond Shovel
minecraft:diamond_shovel

Diamond Shovel

Minecraft · by Mojang Studios
item Shovels

Acquisition

Crafting using Diamond, Stick and Stick, arranged in the pattern shown. Produces Diamond Shovel.

Crafting
Diamond
Stick
Stick
Diamond Shovel Diamond Shovel guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%
Loot table: End City Treasure (minecraft) minecraft:end_city_treasure1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–1100%
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
}