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