Crafting using Wooden Club and Any Iron Ingot, arranged in the pattern shown. Produces Studded Club.
item· Other
Studded Club
Spartan Weaponry · by ObliviousSpartan
Studded Club is a item from Spartan Weaponry, crafted from Wooden Club and Any Iron Ingot.
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: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
}