Crafting using Any Iron Ingot, Any Iron Ingot, Bluebright Stick, Any Iron Ingot and Handle, arranged in the pattern shown. Produces Iron Flanged Mace.
item· Other
Iron Flanged Mace
Spartan Weaponry · by ObliviousSpartan
Iron Flanged Mace is a item from Spartan Weaponry, crafted from Any Iron Ingot, Bluebright Stick, and Handle.
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_flanged_mace- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (3)
spartanweaponry:items/flanged_maces spartanweaponry:items/iron_weapons spartanweaponry:items/zombie_spawn_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ##",
" /#",
"| "
],
"ingredients": {
"#": {
"tag": "forge:ingots/iron"
},
"/": {
"tag": "forge:rods/wooden"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"flanged_mace"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:flanged_mace",
"experience": null,
"cooking_time": null
}