Aluminum Lance
16×16 · BAKED

item· Other

Aluminum Lance

Spartan Weaponry · by ObliviousSpartan
item Aluminum WeaponsLances

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

Acquisition

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

Crafting conditional
Any Aluminum Ingot
Any Aluminum Ingot
Pole
Handle
Any Aluminum Ingot
Aluminum Lance Aluminum Lance guaranteed
Developer reference
Registry name
spartanweaponry:aluminum_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/aluminum_weapons
spartanweaponry:items/lances

Recipe JSON (1):

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