Golden Longbow
16×16 · BAKED

item· Other

Golden Longbow

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsLongbows

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

Acquisition

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

Crafting conditional
Handle
Bluebright Stick
Any Gold Ingot
Bluebright Stick
String
Any Gold Ingot
String
String
Golden Longbow Golden Longbow guaranteed
Developer reference
Registry name
spartanweaponry:golden_longbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/longbows

Recipe JSON (1):

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