diff options
Diffstat (limited to 'items/DIAMOND.json')
-rw-r--r-- | items/DIAMOND.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/DIAMOND.json b/items/DIAMOND.json index 85d6c9a2..dfe05ae0 100644 --- a/items/DIAMOND.json +++ b/items/DIAMOND.json @@ -1,12 +1,16 @@ { - "internalname": "DIAMOND", "itemid": "minecraft:diamond", - "displayname": "Diamond", - "clickcommand": "", + "displayname": "§fDiamond", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" + ], + "internalname": "DIAMOND", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond" ] }
\ No newline at end of file |