Stone Javelin
16×16 · BAKED

item· Other

Stone Javelin

Spartan Weaponry · by ObliviousSpartan
item JavelinsStone Weapons

Stone Javelin is a item from Spartan Weaponry, crafted from Pole and Cobbled Ether Stone.

Acquisition

Crafting using Pole and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Javelin.

Crafting conditional
Stone Javelin Stone Javelin guaranteed
Developer reference
Registry name
spartanweaponry:stone_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/javelins
spartanweaponry:items/stone_weapons

Recipe JSON (1):

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