Crafting using Diamond, Diamond, Diamond, Stick and Stick, arranged in the pattern shown. Produces Diamond Axe.
Diamond Axe
Minecraft · by Mojang Studios
Acquisition
Related items
Developer reference
- Registry name
minecraft:diamond_axe- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/axes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:diamond"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}