Stone Rapier
16×16 · BAKED

item· Other

Stone Rapier

Spartan Weaponry · by ObliviousSpartan
item RapiersStone WeaponsWither Skeleton Spawn Weapons

Stone Rapier 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 Rapier.

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