Files
minecraft-assets/data/minecraft/recipes/arrow.json
2022-06-29 18:37:59 +02:00

23 lines
319 B
JSON

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