Diamond Arrow
16×16 · BAKED

item· Other

Diamond Arrow

Spartan Weaponry · by ObliviousSpartan
item ArrowsDiamond Projectiles

Diamond Arrow is a item from Spartan Weaponry, crafted from Any Diamond Gem, Bluebright Stick, and Golden Feather.

Acquisition

Fletching using Any Diamond Gem, Bluebright Stick and Golden Feather. Produces 6× Diamond Arrow.

Fletching conditional
Any Diamond Gem Any Diamond Gem·members not yet documentedBluebright Stick Bluebright StickGolden Feather Golden Feather
Diamond Arrow Diamond Arrow ×6 guaranteed

Crafting using Any Diamond Gem, Bluebright Stick and Golden Feather, arranged in the pattern shown. Produces 4× Diamond Arrow.

Crafting conditional
Any Diamond Gem
Bluebright Stick
Golden Feather
Diamond Arrow Diamond Arrow ×4 guaranteed

Used in

Crafting using Any Netherite Ingot, Diamond Arrow, Diamond Arrow, Diamond Arrow, Diamond Arrow, Diamond Arrow, Diamond Arrow, Diamond Arrow and Diamond Arrow, in any arrangement. Produces 8× Netherite Arrow.

Crafting ⇆ any arrangement conditional
Any Netherite Ingot
Diamond Arrow
Diamond Arrow
Diamond Arrow
Diamond Arrow
Diamond Arrow
Diamond Arrow
Diamond Arrow
Diamond Arrow
Netherite Arrow Netherite Arrow ×8 guaranteed
Developer reference
Registry name
spartanweaponry:diamond_arrow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/arrows
spartanweaponry:items/diamond_projectiles

Recipe JSON (2):

{
  "recipe_type": "apotheosis:fletching",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:gems/diamond"
    },
    {
      "tag": "forge:rods/wooden"
    },
    {
      "tag": "forge:feathers"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "apotheosis"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "arrows",
          "diamond_ammo"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    },
    {
      "raw": {
        "type": "apotheosis:module",
        "module": "village"
      },
      "type": "apotheosis:module"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "|",
    "F"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "F": {
      "tag": "forge:feathers"
    },
    "|": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "arrows",
          "diamond_ammo"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}