Iron Lance
16×16 · BAKED

item· Other

Iron Lance

Spartan Weaponry · by ObliviousSpartan
item Iron WeaponsLances

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

Acquisition

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

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Pole
Handle
Any Iron Ingot
Iron Lance Iron Lance guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith1–1100%
Developer reference
Registry name
spartanweaponry:iron_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/iron_weapons
spartanweaponry:items/lances

Recipe JSON (1):

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