Files
minecraft-assets/data/minecraft/recipes/diamond_sword.json
2024-04-22 09:12:07 +02:00

21 lines
302 B
JSON

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