Iron Spear
16×16 · BAKED

item· Other

Iron Spear

Spartan Weaponry · by ObliviousSpartan
item Iron WeaponsSpears

Iron Spear is a item from Spartan Weaponry, crafted from Any Iron Ingot and Pole.

Acquisition

Crafting using Any Iron Ingot and Pole, arranged in the pattern shown. Produces Iron Spear.

Crafting conditional
Any Iron Ingot
Pole
Iron Spear Iron Spear guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith1–1100%
Developer reference
Registry name
spartanweaponry:iron_spear
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/iron_weapons
spartanweaponry:items/spears

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "/"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "/": {
      "tag": "spartanweaponry:poles"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "spear"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:spear",
  "experience": null,
  "cooking_time": null
}