Crafting using Any Diamond Gem and Handle, arranged in the pattern shown. Produces Diamond Dagger.
- Inputs
- Any Diamond Gem
- Handle
- Output
- → Diamond Dagger
item· Other
Diamond Dagger is a item from Spartan Weaponry, crafted from Any Diamond Gem and Handle.
Crafting using Any Diamond Gem and Handle, arranged in the pattern shown. Produces Diamond Dagger.
| source | count | drop rate | conditions |
|---|---|---|---|
Found in: End City Treasure chests (rare) (spartanweaponry) spartanweaponry:end_city_treasure | 1–1 | 100% | — |
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.
spartanweaponry:diamond_daggerspartanweaponryspartanweaponryspartanweaponry: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
}