Crafting using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Handle and Any Diamond Gem, arranged in the pattern shown. Produces Diamond Greatsword.
item· Other
Diamond Greatsword
Spartan Weaponry · by ObliviousSpartan
Diamond Greatsword is a item from Spartan Weaponry, crafted from Any Diamond Gem and Handle.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:diamond_greatsword- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/diamond_weapons spartanweaponry:items/greatswords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"###",
"#|#"
],
"ingredients": {
"#": {
"tag": "forge:gems/diamond"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"greatsword"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:greatsword",
"experience": null,
"cooking_time": null
}