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