Leather Longbow
16×16 · BAKED

item· Other

Leather Longbow

Spartan Weaponry · by ObliviousSpartan
item Leather WeaponsLongbowsSkeleton Spawn Longbows

Leather Longbow is a item from Spartan Weaponry, crafted from Handle, Bluebright Stick, Ersatz Leather, and String.

Acquisition

Crafting using Handle, Bluebright Stick, Ersatz Leather, Bluebright Stick, String, Ersatz Leather, String and String, arranged in the pattern shown. Produces Leather Longbow.

Crafting conditional
Handle
Bluebright Stick
Ersatz Leather
Bluebright Stick
String
Ersatz Leather
String
String
Leather Longbow Leather Longbow guaranteed
Developer reference
Registry name
spartanweaponry:leather_longbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/leather_weapons
spartanweaponry:items/longbows
spartanweaponry:items/skeleton_spawn_longbows

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "|/#",
    "/ ~",
    "#~~"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:leather"
    },
    "/": {
      "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
}