Copper Throwing Knife
16×16 · BAKED

item· Other

Copper Throwing Knife

Spartan Weaponry · by ObliviousSpartan
item Copper WeaponsThrowing Knives

Copper Throwing Knife is a item from Spartan Weaponry, crafted from Handle and Copper Ingot.

Acquisition

Crafting using Handle and Copper Ingot, arranged in the pattern shown. Produces Copper Throwing Knife.

Crafting conditional
Handle
Copper Ingot
Copper Throwing Knife Copper Throwing Knife guaranteed
Developer reference
Registry name
spartanweaponry:copper_throwing_knife
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/copper_weapons
spartanweaponry:items/throwing_knives

Recipe JSON (1):

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