Golden Battleaxe
16×16 · BAKED

item· Other

Golden Battleaxe

Spartan Weaponry · by ObliviousSpartan
item BattleaxesGolden WeaponsPiglin Brute Spawn Weapons

Golden Battleaxe is a item from Spartan Weaponry, crafted from Any Gold Ingot, Bluebright Stick, and Handle.

Acquisition

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

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Bluebright Stick
Any Gold Ingot
Handle
Golden Battleaxe Golden Battleaxe guaranteed
Developer reference
Registry name
spartanweaponry:golden_battleaxe
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/battleaxes
spartanweaponry:items/golden_weapons
spartanweaponry:items/piglin_brute_spawn_weapons

Recipe JSON (1):

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