Lead Javelin
16×16 · BAKED

item· Other

Lead Javelin

Spartan Weaponry · by ObliviousSpartan
item JavelinsLead Weapons

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

Acquisition

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

Crafting conditional
Pole
Lead Ingot
Lead Javelin Lead Javelin guaranteed
Developer reference
Registry name
spartanweaponry:lead_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/javelins
spartanweaponry:items/lead_weapons

Recipe JSON (1):

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