Crafting using Any Iron Ingot, Any Iron Ingot and Pole, arranged in the pattern shown. Produces Iron Glaive.
item· Other
Iron Glaive
Spartan Weaponry · by ObliviousSpartan
Iron Glaive is a item from Spartan Weaponry, crafted from Any Iron Ingot and Pole.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:iron_glaive- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/glaives spartanweaponry:items/iron_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #",
" #",
" /"
],
"ingredients": {
"#": {
"tag": "forge:ingots/iron"
},
"/": {
"item": "spartanweaponry:pole"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"glaive"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:glaive",
"experience": null,
"cooking_time": null
}