Golden Throwing Knife
16×16 · BAKED

item· Other

Golden Throwing Knife

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsThrowing Knives

Golden Throwing Knife is a item from Spartan Weaponry, crafted from Handle and Any Gold Ingot.

Acquisition

Crafting using Handle and Any Gold Ingot, arranged in the pattern shown. Produces Golden Throwing Knife.

Crafting conditional
Handle
Any Gold Ingot
Golden Throwing Knife Golden Throwing Knife guaranteed
Developer reference
Registry name
spartanweaponry:golden_throwing_knife
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/throwing_knives

Recipe JSON (1):

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