Crafting using Silver Ingot, Silver Ingot, Bluebright Stick, Silver Ingot and Handle, arranged in the pattern shown. Produces Silver Flanged Mace.
- Inputs
- 3 × Silver Ingot
- Bluebright Stick
- Handle
- Output
- → Silver Flanged Mace
item· Other
Silver Flanged Mace is a item from Spartan Weaponry, crafted from Silver Ingot, Bluebright Stick, and Handle.
Crafting using Silver Ingot, Silver Ingot, Bluebright Stick, Silver Ingot and Handle, arranged in the pattern shown. Produces Silver Flanged Mace.
spartanweaponry:silver_flanged_macespartanweaponryspartanweaponryspartanweaponry:items/flanged_maces spartanweaponry:items/silver_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ##",
" /#",
"| "
],
"ingredients": {
"#": {
"tag": "forge:ingots/silver"
},
"/": {
"tag": "forge:rods/wooden"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"flanged_mace",
"silver"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/silver",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanweaponry:flanged_mace",
"experience": null,
"cooking_time": null
}