Files
minecraft-assets/data/minecraft/recipe/diamond_sword.json
2024-11-20 18:31:23 +01:00

17 lines
274 B
JSON

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