Stone Tomahawk
16×16 · BAKED

item· Other

Stone Tomahawk

Spartan Weaponry · by ObliviousSpartan
item Stone WeaponsTomahawks

Stone Tomahawk is a item from Spartan Weaponry, crafted from Handle and Cobbled Ether Stone.

Acquisition

Crafting using Handle, Cobbled Ether Stone and Cobbled Ether Stone, arranged in the pattern shown. Produces Stone Tomahawk.

Crafting conditional
Stone Tomahawk Stone Tomahawk guaranteed
Developer reference
Registry name
spartanweaponry:stone_tomahawk
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/stone_weapons
spartanweaponry:items/tomahawks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "|#",
    " #"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:cobblestone"
    },
    "|": {
      "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
}