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