Stone Greatsword
16×16 · BAKED

item· Other

Stone Greatsword

Spartan Weaponry · by ObliviousSpartan
item GreatswordsStone WeaponsWither Skeleton Spawn Weapons

Stone Greatsword is a item from Spartan Weaponry, crafted from Cobbled Ether Stone and Handle.

Acquisition

Crafting using Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Handle and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Greatsword.

Crafting conditional
Stone Greatsword Stone Greatsword guaranteed
Developer reference
Registry name
spartanweaponry:stone_greatsword
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/greatswords
spartanweaponry:items/stone_weapons
spartanweaponry:items/wither_skeleton_spawn_weapons

Recipe JSON (1):

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