Lead Tomahawk
16×16 · BAKED

item· Other

Lead Tomahawk

Spartan Weaponry · by ObliviousSpartan
item Lead WeaponsTomahawks

Lead Tomahawk is a item from Spartan Weaponry, crafted from Handle and Lead Ingot.

Acquisition

Crafting using Handle, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces Lead Tomahawk.

Crafting conditional
Handle
Lead Ingot
Lead Ingot
Lead Tomahawk Lead Tomahawk guaranteed
Developer reference
Registry name
spartanweaponry:lead_tomahawk
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/lead_weapons
spartanweaponry:items/tomahawks

Recipe JSON (1):

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