Wooden Saber
16×16 · BAKED

item· Other

Wooden Saber

Spartan Weaponry · by ObliviousSpartan
item SabersWooden Weapons

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

Acquisition

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

Crafting conditional
Any Planks
Any Planks
Any Planks
Handle
Wooden Saber Wooden Saber guaranteed
Developer reference
Registry name
spartanweaponry:wooden_saber
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/sabers
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

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