Stone Quarterstaff
16×16 · BAKED

item· Other

Stone Quarterstaff

Spartan Weaponry · by ObliviousSpartan
item QuarterstavesStone Weapons

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

Acquisition

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

Crafting conditional
Stone Quarterstaff Stone Quarterstaff guaranteed
Developer reference
Registry name
spartanweaponry:stone_quarterstaff
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/quarterstaves
spartanweaponry:items/stone_weapons

Recipe JSON (1):

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