Crafting using Handle, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Golden Tomahawk.
item· Other
Golden Tomahawk
Spartan Weaponry · by ObliviousSpartan
Golden Tomahawk is a item from Spartan Weaponry, crafted from Handle and Any Gold Ingot.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:golden_tomahawk- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/golden_weapons spartanweaponry:items/tomahawks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|#",
" #"
],
"ingredients": {
"#": {
"tag": "forge:ingots/gold"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"tomahawk"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:tomahawk",
"experience": null,
"cooking_time": null
}