Wooden Club
16×16 · BAKED

item· Other

Wooden Club

Spartan Weaponry · by ObliviousSpartan
item Clubs

Wooden Club is a item from Spartan Weaponry, crafted from Alpha Log.

Acquisition

Crafting using Alpha Log and Alpha Log, arranged in the pattern shown. Produces Wooden Club.

Crafting conditional
Wooden Club Wooden Club guaranteed

Used in

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
Developer reference
Registry name
spartanweaponry:wooden_club
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/clubs

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " #",
    "# "
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "club"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:club",
  "experience": null,
  "cooking_time": null
}