Golden Javelin
16×16 · BAKED

item· Other

Golden Javelin

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsJavelins

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

Acquisition

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

Crafting conditional
Pole
Any Gold Ingot
Golden Javelin Golden Javelin guaranteed
Developer reference
Registry name
spartanweaponry:golden_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/javelins

Recipe JSON (1):

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