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