Arrow
minecraft:arrow

Arrow

Minecraft · by Mojang Studios
item ArrowsArrows Entity Type

Acquisition

Crafting using Flint, Stick and Feather, arranged in the pattern shown. Produces 4× Arrow.

Crafting
Flint
Stick
Feather
Arrow Arrow ×4 guaranteed

Crafting using Wilden Spike, Stick and Feather, arranged in the pattern shown. Produces 32× Arrow.

Crafting
Wilden Spike
Stick
Feather
Arrow Arrow ×32 guaranteed

Crafting using Tipped Arrow and Soap, in any arrangement. Produces Arrow.

Crafting ⇆ any arrangement conditional
Tipped Arrow
Soap
Arrow Arrow guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–1100%
Mob loot table: Stray (minecraft) minecraft:stray1–1100%
Gameplay loot table: Fletcher Gift (minecraft) minecraft:fletcher_gift1–1100%
Loot table: Village Fletcher (minecraft) minecraft:village_fletcher1–1100%
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge1–1100%
Mob loot table: Skeleton (minecraft) minecraft:skeleton1–1100%
Loot table: Jungle Temple Dispenser (minecraft) minecraft:jungle_temple_dispenser1–1100%
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost1–1100%
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%

Used in (1)

Crafting using Glowstone Dust, Glowstone Dust, Arrow, Glowstone Dust and Glowstone Dust, arranged in the pattern shown. Produces 2× Spectral Arrow.

Crafting
Glowstone Dust
Glowstone Dust
Arrow
Glowstone Dust
Glowstone Dust
Spectral Arrow Spectral Arrow ×2 guaranteed
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
}