Spectral Arrow
minecraft:spectral_arrow

Spectral Arrow

Minecraft · by Mojang Studios
item ArrowsArrows Entity Type

Acquisition

Crafting using Glow Goop, Glow Goop, Glow Goop, Glow Goop, Arrow, Glow Goop, Glow Goop, Glow Goop and Glow Goop, arranged in the pattern shown. Produces 2× Spectral Arrow.

Crafting
Glow Goop
Glow Goop
Glow Goop
Glow Goop
Arrow
Glow Goop
Glow Goop
Glow Goop
Glow Goop
Spectral Arrow Spectral Arrow ×2 guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Treasure (minecraft) minecraft:bastion_treasure1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–1100%
Gameplay loot table: Piglin Bartering (minecraft) minecraft:piglin_bartering1–1100%
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge1–1100%
Developer reference
Registry name
minecraft:spectral_arrow
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:items/arrows
minecraft:entity_types/arrows

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#A#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "naturalist:glow_goop"
    },
    "A": {
      "item": "minecraft:arrow"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "naturalist:spectral_arrow",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#X#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glowstone_dust"
    },
    "X": {
      "item": "minecraft:arrow"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#X#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glowstone_dust"
    },
    "X": {
      "item": "minecraft:arrow"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "naturalist:spectral_arrow",
  "experience": null,
  "cooking_time": null
}