Studded Club
16×16 · BAKED

item· Other

Studded Club

Spartan Weaponry · by ObliviousSpartan
item Clubs

Studded Club is a item from Spartan Weaponry, crafted from Wooden Club and Any Iron Ingot.

Acquisition

Crafting using Wooden Club and Any Iron Ingot, arranged in the pattern shown. Produces Studded Club.

Crafting conditional
Wooden Club
Any Iron Ingot
Studded Club Studded Club guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Weaponsmith (spartanweaponry) spartanweaponry:village_weaponsmith1–1100%
Developer reference
Registry name
spartanweaponry:studded_club
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/clubs

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "C#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "C": {
      "item": "spartanweaponry:wooden_club"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "club"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:club",
  "experience": null,
  "cooking_time": null
}