Diamond Javelin
16×16 · BAKED

item· Other

Diamond Javelin

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsJavelins

Diamond Javelin is a item from Spartan Weaponry, crafted from Pole and Any Diamond Gem.

Acquisition

Crafting using Pole and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Javelin.

Crafting conditional
Pole
Any Diamond Gem
Diamond Javelin Diamond Javelin guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure1–1100%
Developer reference
Registry name
spartanweaponry:diamond_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/diamond_weapons
spartanweaponry:items/javelins

Recipe JSON (1):

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