Wooden Glaive
16×16 · BAKED

item· Other

Wooden Glaive

Spartan Weaponry · by ObliviousSpartan
item GlaivesWooden Weapons

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

Acquisition

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

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