Diamond Dagger
16×16 · BAKED

item· Other

Diamond Dagger

Spartan Weaponry · by ObliviousSpartan
item DaggersDiamond Weapons

Diamond Dagger is a item from Spartan Weaponry, crafted from Any Diamond Gem and Handle.

Acquisition

Crafting using Any Diamond Gem and Handle, arranged in the pattern shown. Produces Diamond Dagger.

Crafting conditional
Any Diamond Gem
Handle
  • Inputs
  • Any Diamond Gem
  • Handle
  • Output
  • Diamond Dagger
Diamond Dagger Diamond Dagger guaranteed

Mining & drops

sourcecountdrop rateconditions
Found in: End City Treasure chests (rare) (spartanweaponry) spartanweaponry:end_city_treasure1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Developer reference
Registry name
spartanweaponry:diamond_dagger
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/daggers
spartanweaponry:items/diamond_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "|"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "|": {
      "tag": "spartanweaponry:handles"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "dagger"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:dagger",
  "experience": null,
  "cooking_time": null
}