minecraft-src/data/minecraft/recipe/wooden_sword.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
299 B
JSON

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