Diamond Spear
16×16 · BAKED

item· Other

Diamond Spear

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsSpears

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

Acquisition

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

Crafting conditional
Any Diamond Gem
Pole
Diamond Spear Diamond Spear guaranteed

Mining & drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "/"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "/": {
      "tag": "spartanweaponry:poles"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "spear"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:spear",
  "experience": null,
  "cooking_time": null
}