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

18 lines
No EOL
278 B
JSON

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