Diamond Throwing Knife
16×16 · BAKED

item· Other

Diamond Throwing Knife

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsThrowing Knives

Diamond Throwing Knife is a item from Spartan Weaponry, crafted from Handle and Any Diamond Gem.

Acquisition

Crafting using Handle and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Throwing Knife.

Crafting conditional
Handle
Any Diamond Gem
Diamond Throwing Knife Diamond Throwing Knife guaranteed

Mining & drops

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

Recipe JSON (1):

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