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