Crafting using Stick, Diamond and Diamond, arranged in the pattern shown. Produces Diamond Longsword.
item· Weapons
Diamond Longsword
Simply Swords · by Sweenus
Diamond Longsword is a item from Simply Swords, crafted from Stick and Diamond.
Acquisition
Related items
Developer reference
- Registry name
simplyswords:diamond_longsword- Namespace
simplyswords- Mod ID
simplyswords- Tags (3)
c:items/swords simplyswords:items/diamond_gear simplyswords:items/swords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# ",
" X ",
" X"
],
"ingredients": {
"#": {
"tag": "c:wood_sticks"
},
"X": {
"item": "minecraft:diamond"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}