Golden Tomahawk
16×16 · BAKED

item· Other

Golden Tomahawk

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsTomahawks

Golden Tomahawk is a item from Spartan Weaponry, crafted from Handle and Any Gold Ingot.

Acquisition

Crafting using Handle, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Golden Tomahawk.

Crafting conditional
Handle
Any Gold Ingot
Any Gold Ingot
Golden Tomahawk Golden Tomahawk guaranteed
Developer reference
Registry name
spartanweaponry:golden_tomahawk
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/tomahawks

Recipe JSON (1):

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