minecraft-assets/data/minecraft/recipes/diamond_sword.json

21 lines
317 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:diamond"
}
},
"pattern": [
"X",
"X",
"#"
],
"result": {
"item": "minecraft:diamond_sword"
},
"show_notification": true
}