Iron Arrow
16×16 · BAKED

item· Other

Iron Arrow

Spartan Weaponry · by ObliviousSpartan
item Arrows

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

Acquisition

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

Crafting conditional
Any Iron Ingot
Bluebright Stick
Golden Feather
Iron Arrow Iron Arrow ×4 guaranteed

Fletching using Golden Feather, Bluebright Stick and Any Iron Ingot. Produces 6× Iron Arrow.

Fletching conditional
Golden Feather Golden FeatherBluebright Stick Bluebright StickAny Iron Ingot Any Iron Ingot·members not yet documented
Iron Arrow Iron Arrow ×6 guaranteed
Developer reference
Registry name
spartanweaponry:iron_arrow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/arrows

Recipe JSON (2):

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