Wooden Battle Hammer
16×16 · BAKED

item· Other

Wooden Battle Hammer

Spartan Weaponry · by ObliviousSpartan
item Battle HammersWooden Weapons

Wooden Battle Hammer is a item from Spartan Weaponry, crafted from Dark Oak Planks and Handle.

Acquisition

Crafting using Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks and Handle, arranged in the pattern shown. Produces Wooden Battle Hammer.

Crafting conditional
Wooden Battle Hammer Wooden Battle Hammer guaranteed
Developer reference
Registry name
spartanweaponry:wooden_battle_hammer
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/battle_hammers
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    " | "
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "|": {
      "item": "spartanweaponry:handle"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "battle_hammer"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:battle_hammer",
  "experience": null,
  "cooking_time": null
}