Wooden Lance
16×16 · BAKED

item· Other

Wooden Lance

Spartan Weaponry · by ObliviousSpartan
item LancesWooden Weapons

Wooden Lance is a item from Spartan Weaponry, crafted from Any Planks, Pole, and Handle.

Acquisition

Crafting using Any Planks, Any Planks, Pole, Handle and Any Planks, arranged in the pattern shown. Produces Wooden Lance.

Crafting conditional
Any Planks
Any Planks
Pole
Handle
Any Planks
Wooden Lance Wooden Lance guaranteed
Developer reference
Registry name
spartanweaponry:wooden_lance
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/lances
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

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