Golden Scythe
16×16 · BAKED

item· Other

Golden Scythe

Spartan Weaponry · by ObliviousSpartan
item Golden WeaponsScythes

Golden Scythe is a item from Spartan Weaponry, crafted from Any Gold Ingot and Pole.

Acquisition

Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Pole, arranged in the pattern shown. Produces Golden Scythe.

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Pole
Golden Scythe Golden Scythe guaranteed
Developer reference
Registry name
spartanweaponry:golden_scythe
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/golden_weapons
spartanweaponry:items/scythes

Recipe JSON (1):

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