Diamond Longbow
16×16 · BAKED

item· Other

Diamond Longbow

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsLongbows

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

Acquisition

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

Crafting conditional
Handle
Bluebright Stick
Any Diamond Gem
Bluebright Stick
String
Any Diamond Gem
String
String
Diamond Longbow Diamond Longbow guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure1–1100%
Developer reference
Registry name
spartanweaponry:diamond_longbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/diamond_weapons
spartanweaponry:items/longbows

Recipe JSON (1):

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