Stone Katana
16×16 · BAKED

item· Other

Stone Katana

Spartan Weaponry · by ObliviousSpartan
item KatanasStone WeaponsWither Skeleton Spawn Weapons

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

Acquisition

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

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