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