Stone Throwing Knife
16×16 · BAKED

item· Other

Stone Throwing Knife

Spartan Weaponry · by ObliviousSpartan
item Stone WeaponsThrowing Knives

Stone Throwing Knife is a item from Spartan Weaponry, crafted from Handle and Cobbled Ether Stone.

Acquisition

Crafting using Handle and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Throwing Knife.

Crafting conditional
Stone Throwing Knife Stone Throwing Knife guaranteed
Developer reference
Registry name
spartanweaponry:stone_throwing_knife
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/stone_weapons
spartanweaponry:items/throwing_knives

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "|#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:cobblestone"
    },
    "|": {
      "tag": "spartanweaponry:handles"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "throwing_knife"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:throwing_knife",
  "experience": null,
  "cooking_time": null
}