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