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