Files
minecraft-assets/data/minecraft/recipe/arrow.json
2025-02-05 18:31:24 +01:00

18 lines
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"
}
}