Diamond Lance
16×16 · BAKED

item· Other

Diamond Lance

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsLances

Diamond Lance is a item from Spartan Weaponry, crafted from Any Diamond Gem, Pole, and Handle.

Acquisition

Crafting using Any Diamond Gem, Any Diamond Gem, Pole, Handle and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Lance.

Crafting conditional
Any Diamond Gem
Any Diamond Gem
Pole
Handle
Any Diamond Gem
Diamond Lance Diamond Lance guaranteed

Mining & drops

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

Recipe JSON (1):

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