Diamond Flanged Mace
16×16 · BAKED

item· Other

Diamond Flanged Mace

Spartan Weaponry · by ObliviousSpartan
item Diamond WeaponsFlanged Maces

Diamond Flanged Mace is a item from Spartan Weaponry, crafted from Any Diamond Gem, Bluebright Stick, and Handle.

Acquisition

Crafting using Any Diamond Gem, Any Diamond Gem, Bluebright Stick, Any Diamond Gem and Handle, arranged in the pattern shown. Produces Diamond Flanged Mace.

Crafting conditional
Any Diamond Gem
Any Diamond Gem
Bluebright Stick
Any Diamond Gem
Handle
Diamond Flanged Mace Diamond Flanged Mace guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure1–1100%
Developer reference
Registry name
spartanweaponry:diamond_flanged_mace
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/diamond_weapons
spartanweaponry:items/flanged_maces

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " ##",
    " /#",
    "|  "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "/": {
      "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
}