Crafting using Any Gold Ingot and Pole, arranged in the pattern shown. Produces Golden Spear.
- Inputs
- Any Gold Ingot
- Pole
- Output
- → Golden Spear
item· Other
Golden Spear is a item from Spartan Weaponry, crafted from Any Gold Ingot and Pole.
spartanweaponry:golden_spearspartanweaponryspartanweaponryspartanweaponry:items/golden_weapons spartanweaponry:items/spears
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"/"
],
"ingredients": {
"#": {
"tag": "forge:ingots/gold"
},
"/": {
"tag": "spartanweaponry:poles"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"spear"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:spear",
"experience": null,
"cooking_time": null
}