Golden Saber
16×16 · BAKED

item· Other

Golden Saber

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsPiglin Spawn WeaponsSabers

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

Acquisition

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

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Handle
Golden Saber Golden Saber guaranteed
Developer reference
Registry name
spartanweaponry:golden_saber
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (3)
spartanweaponry:items/golden_weapons
spartanweaponry:items/piglin_spawn_weapons
spartanweaponry:items/sabers

Recipe JSON (1):

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