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