Wooden Battleaxe
16×16 · BAKED

item· Other

Wooden Battleaxe

Spartan Weaponry · by ObliviousSpartan
item BattleaxesWooden Weapons

Wooden Battleaxe is a item from Spartan Weaponry, crafted from Any Planks, Any Wooden Rod, and Handle.

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Any Wooden Rod, Any Planks and Handle, arranged in the pattern shown. Produces Wooden Battleaxe.

Crafting conditional
Any Planks
Any Planks
Any Planks
Any Planks
Any Wooden Rod
Any Planks
Handle
Wooden Battleaxe Wooden Battleaxe guaranteed
Developer reference
Registry name
spartanweaponry:wooden_battleaxe
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/battleaxes
spartanweaponry:items/wooden_weapons

Recipe JSON (1):

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