Wooden Halberd
16×16 · BAKED

item· Other

Wooden Halberd

Spartan Weaponry · by ObliviousSpartan
item HalberdsWooden Weapons

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

Acquisition

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

Crafting conditional
Any Planks
Any Planks
Any Planks
Any Planks
Pole
Wooden Halberd Wooden Halberd guaranteed
Developer reference
Registry name
spartanweaponry:wooden_halberd
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/halberds
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " #",
    "##",
    "#/"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "/": {
      "item": "spartanweaponry:pole"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "halberd"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:halberd",
  "experience": null,
  "cooking_time": null
}