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

24 lines
No EOL
344 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:flint"
},
"Y": {
"item": "minecraft:feather"
}
},
"pattern": [
"X",
"#",
"Y"
],
"result": {
"count": 4,
"id": "minecraft:arrow"
}
}