Crafting using Dark Oak Planks, Dark Oak Planks, Treated Stick, Dark Oak Planks and Handle, arranged in the pattern shown. Produces Wooden Flanged Mace.
item· Other
Wooden Flanged Mace
Spartan Weaponry · by ObliviousSpartan
Wooden Flanged Mace is a item from Spartan Weaponry, crafted from Dark Oak Planks, Treated Stick, and Handle.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:wooden_flanged_mace- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/flanged_maces spartanweaponry:items/wooden_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ##",
" /#",
"| "
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"/": {
"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
}
