Crafting using Handle, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces Lead Tomahawk.
item· Other
Lead Tomahawk
Spartan Weaponry · by ObliviousSpartan
Lead Tomahawk is a item from Spartan Weaponry, crafted from Handle and Lead Ingot.
Acquisition
Related items
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
}