Golden Lance
16×16 · BAKED

item· Other

Golden Lance

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsLances

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

Acquisition

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

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Pole
Handle
Any Gold Ingot
Golden Lance Golden Lance guaranteed
Developer reference
Registry name
spartanweaponry:golden_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/lances

Recipe JSON (1):

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