Stone Lance
16×16 · BAKED

item· Other

Stone Lance

Spartan Weaponry · by ObliviousSpartan
item LancesStone Weapons

Stone Lance is a item from Spartan Weaponry, crafted from Cobbled Ether Stone, Pole, and Handle.

Acquisition

Crafting using Cobbled Ether Stone, Cobbled Ether Stone, Pole, Handle and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Lance.

Crafting conditional
Stone Lance Stone Lance guaranteed
Developer reference
Registry name
spartanweaponry:stone_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/lances
spartanweaponry:items/stone_weapons

Recipe JSON (1):

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