diff options
Diffstat (limited to 'items/GOLDEN_POWDER.json')
-rw-r--r-- | items/GOLDEN_POWDER.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/items/GOLDEN_POWDER.json b/items/GOLDEN_POWDER.json index 27271257..ba401276 100644 --- a/items/GOLDEN_POWDER.json +++ b/items/GOLDEN_POWDER.json @@ -1,14 +1,18 @@ { - "internalname": "GOLDEN_POWDER", "itemid": "minecraft:glowstone_dust", - "displayname": "Golden Powder", - "clickcommand": "", - "damage": 0, + "displayname": "§5Golden Powder", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§5§lEPIC\"],Name:\"§5Golden Powder\"},ExtraAttributes:{id:\"GOLDEN_POWDER\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§eRight-click to view recipes!", "", "§5§lEPIC" + ], + "internalname": "GOLDEN_POWDER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Powder" ] }
\ No newline at end of file |