Steel Javelin
16×16 · BAKED

item· Other

Steel Javelin

Spartan Weaponry · by ObliviousSpartan
item JavelinsSteel Weapons

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

Acquisition

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

Crafting conditional
Pole
Steel Ingot
Steel Javelin Steel Javelin guaranteed
Developer reference
Registry name
spartanweaponry:steel_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/javelins
spartanweaponry:items/steel_weapons

Recipe JSON (1):

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