diff options
Diffstat (limited to 'items/DIAMOND_SWORD.json')
-rw-r--r-- | items/DIAMOND_SWORD.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json new file mode 100644 index 00000000..6128ca4a --- /dev/null +++ b/items/DIAMOND_SWORD.json @@ -0,0 +1,15 @@ +{ + "internalname": "DIAMOND_SWORD", + "itemid": "minecraft:diamond_sword", + "displayname": "Diamond Sword", + "clickcommand": "", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"DIAMOND_SWORD\",uuid:\"e1ce79be-6251-4255-bfaa-bcae7f575e4f\",timestamp:\"3/22/20 12:58 PM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Damage: §c+35", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" + ] +}
\ No newline at end of file |