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

21 lines
327 B
JSON

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