Iron Rapier
16×16 · BAKED

item· Other

Iron Rapier

Spartan Weaponry · by ObliviousSpartan
item Iron WeaponsRapiersZombie Spawn Weapons

Iron Rapier is a item from Spartan Weaponry, crafted from Any Iron Ingot and Handle.

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Handle and Any Iron Ingot, arranged in the pattern shown. Produces Iron Rapier.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Handle
Any Iron Ingot
Iron Rapier Iron Rapier guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith1–1100%
Developer reference
Registry name
spartanweaponry:iron_rapier
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/iron_weapons
spartanweaponry:items/rapiers
spartanweaponry:items/zombie_spawn_weapons

Recipe JSON (1):

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