diff options
Diffstat (limited to 'items/GHAST_TEAR.json')
-rw-r--r-- | items/GHAST_TEAR.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/GHAST_TEAR.json b/items/GHAST_TEAR.json index 8da61747..4495d52f 100644 --- a/items/GHAST_TEAR.json +++ b/items/GHAST_TEAR.json @@ -1,13 +1,17 @@ { - "internalname": "GHAST_TEAR", "itemid": "minecraft:ghast_tear", - "displayname": "Ghast Tear", - "clickcommand": "", - "damage": 0, + "displayname": "§fGhast Tear", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGhast Tear\"},ExtraAttributes:{id:\"GHAST_TEAR\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§8Brewing Ingredient", "§f§lCOMMON" + ], + "internalname": "GHAST_TEAR", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ghast_Tear" ] }
\ No newline at end of file |