Iron Javelin
16×16 · BAKED

item· Other

Iron Javelin

Spartan Weaponry · by ObliviousSpartan
item Iron WeaponsJavelins

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

Acquisition

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

Crafting conditional
Pole
Any Iron Ingot
Iron Javelin Iron Javelin guaranteed

Mining & drops

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

Recipe JSON (1):

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