Platinum Lance
16×16 · BAKED

item· Other

Platinum Lance

Spartan Weaponry · by ObliviousSpartan
item LancesPlatinum Weapons

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

Acquisition

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

Crafting conditional
Platinum Ingot
Platinum Ingot
Pole
Handle
Platinum Ingot
Platinum Lance Platinum Lance guaranteed
Developer reference
Registry name
spartanweaponry:platinum_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/lances
spartanweaponry:items/platinum_weapons

Recipe JSON (1):

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