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