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