Wooden Greatsword
16×16 · BAKED

item· Other

Wooden Greatsword

Spartan Weaponry · by ObliviousSpartan
item GreatswordsWooden Weapons

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

Acquisition

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

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