diff options
Diffstat (limited to 'items/POTATO_ITEM.json')
-rw-r--r-- | items/POTATO_ITEM.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/POTATO_ITEM.json b/items/POTATO_ITEM.json index 9e83f795..436dcea7 100644 --- a/items/POTATO_ITEM.json +++ b/items/POTATO_ITEM.json @@ -1,17 +1,20 @@ { "itemid": "minecraft:potato", "displayname": "§fPotato", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPotato\"},ExtraAttributes:{id:\"POTATO_ITEM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fPotato\"},ExtraAttributes:{id:\"POTATO_ITEM\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "POTATO_ITEM", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Potato" - ] + ], + "crafttext": "" }
\ No newline at end of file |