Crafting using Flint, Stick and Feather, arranged in the pattern shown. Produces 4× Arrow.
Arrow
Minecraft · by Mojang Studios
Acquisition
Crafting using Wilden Spike, Stick and Feather, arranged in the pattern shown. Produces 32× Arrow.
Crafting using Tipped Arrow and Soap, in any arrangement. Produces Arrow.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–1 | 100% | — |
Mob loot table: Stray (minecraft) minecraft:stray | 1–1 | 100% | — |
Gameplay loot table: Fletcher Gift (minecraft) minecraft:fletcher_gift | 1–1 | 100% | — |
Loot table: Village Fletcher (minecraft) minecraft:village_fletcher | 1–1 | 100% | — |
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge | 1–1 | 100% | — |
Mob loot table: Skeleton (minecraft) minecraft:skeleton | 1–1 | 100% | — |
Loot table: Jungle Temple Dispenser (minecraft) minecraft:jungle_temple_dispenser | 1–1 | 100% | — |
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost | 1–1 | 100% | — |
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable | 1–1 | 100% | — |
Used in (1)
Crafting using Glowstone Dust, Glowstone Dust, Arrow, Glowstone Dust and Glowstone Dust, arranged in the pattern shown. Produces 2× Spectral Arrow.
Developer reference
- Registry name
minecraft:arrow- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:items/arrows minecraft:entity_types/arrows
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"Y"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:flint"
},
"Y": {
"item": "minecraft:feather"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" x ",
" y ",
" z "
],
"ingredients": {
"x": {
"item": "ars_nouveau:wilden_spike"
},
"y": {
"item": "minecraft:stick"
},
"z": {
"item": "minecraft:feather"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:tipped_arrow"
},
{
"item": "supplementaries:soap"
}
],
"conditions": [
{
"raw": {
"flag": "soap",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}