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