Golden Glaive
16×16 · BAKED

item· Other

Golden Glaive

Spartan Weaponry · by ObliviousSpartan
item GlaivesGolden Weapons

Golden Glaive is a item from Spartan Weaponry, crafted from Any Gold Ingot and Pole.

Acquisition

Crafting using Any Gold Ingot, Any Gold Ingot and Pole, arranged in the pattern shown. Produces Golden Glaive.

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Pole
Golden Glaive Golden Glaive guaranteed
Developer reference
Registry name
spartanweaponry:golden_glaive
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/glaives
spartanweaponry:items/golden_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " #",
    " #",
    " /"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "/": {
      "item": "spartanweaponry:pole"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "glaive"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:glaive",
  "experience": null,
  "cooking_time": null
}