Wooden Quarterstaff
16×16 · BAKED

item· Other

Wooden Quarterstaff

Spartan Weaponry · by ObliviousSpartan
item QuarterstavesWooden Weapons

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

Acquisition

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

Crafting conditional
Any Planks
Pole
Any Planks
Wooden Quarterstaff Wooden Quarterstaff guaranteed
Developer reference
Registry name
spartanweaponry:wooden_quarterstaff
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/quarterstaves
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": [
          "quarterstaff"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:quarterstaff",
  "experience": null,
  "cooking_time": null
}