Stone Longsword
16×16 · BAKED

item· Other

Stone Longsword

Spartan Weaponry · by ObliviousSpartan
item LongswordsStone WeaponsWither Skeleton Spawn Weapons

Stone Longsword 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, Handle and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Longsword.

Crafting conditional
Stone Longsword Stone Longsword guaranteed
Developer reference
Registry name
spartanweaponry:stone_longsword
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/longswords
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": [
          "longsword"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:longsword",
  "experience": null,
  "cooking_time": null
}