Iron Longbow
16×16 · BAKED

item· Other

Iron Longbow

Spartan Weaponry · by ObliviousSpartan
item Iron WeaponsLongbowsSkeleton Spawn Longbows

Iron Longbow is a item from Spartan Weaponry, crafted from Handle, Bluebright Stick, Any Iron Ingot, and String.

Acquisition

Crafting using Handle, Bluebright Stick, Any Iron Ingot, Bluebright Stick, String, Any Iron Ingot, String and String, arranged in the pattern shown. Produces Iron Longbow.

Crafting conditional
Handle
Bluebright Stick
Any Iron Ingot
Bluebright Stick
String
Any Iron Ingot
String
String
Iron Longbow Iron Longbow guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Fletcher (spartanweaponry) spartanweaponry:village_fletcher1–1100%
Developer reference
Registry name
spartanweaponry:iron_longbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/iron_weapons
spartanweaponry:items/longbows
spartanweaponry:items/skeleton_spawn_longbows

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "|/#",
    "/ ~",
    "#~~"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "/": {
      "tag": "forge:rods/wooden"
    },
    "|": {
      "item": "spartanweaponry:handle"
    },
    "~": {
      "tag": "forge:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "longbow"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:longbow",
  "experience": null,
  "cooking_time": null
}