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