Wooden Tomahawk
16×16 · BAKED

item· Other

Wooden Tomahawk

Spartan Weaponry · by ObliviousSpartan
item TomahawksWooden Weapons

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

Acquisition

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

Crafting conditional
Handle
Any Planks
Any Planks
Wooden Tomahawk Wooden Tomahawk guaranteed
Developer reference
Registry name
spartanweaponry:wooden_tomahawk
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/tomahawks
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": [
          "tomahawk"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:tomahawk",
  "experience": null,
  "cooking_time": null
}