Crafting using Diamond, Diamond, Stick and Stick, arranged in the pattern shown. Produces Diamond Hoe.
Diamond Hoe
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Ancient City (minecraft) minecraft:ancient_city | 1–1 | 100% | — |
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
minecraft:diamond_hoe- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/hoes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"XX",
" #",
" #"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:diamond"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}