Wooden Javelin
16×16 · BAKED

item· Other

Wooden Javelin

Spartan Weaponry · by ObliviousSpartan
item JavelinsWooden Weapons

Wooden Javelin is a item from Spartan Weaponry, crafted from Pole and Any Planks.

Acquisition

Crafting using Pole and Any Planks, arranged in the pattern shown. Produces Wooden Javelin.

Crafting conditional
Pole
Any Planks
Wooden Javelin Wooden Javelin guaranteed
Developer reference
Registry name
spartanweaponry:wooden_javelin
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/javelins
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

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