From 68b518d9c446d6013dee1246a708938e3f8dce70 Mon Sep 17 00:00:00 2001 From: SeRaid <77941535+SeRaid743@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:00:34 +1200 Subject: 3 --- items/ENCHANTED_MELON.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'items/ENCHANTED_MELON.json') diff --git a/items/ENCHANTED_MELON.json b/items/ENCHANTED_MELON.json index 33445d22..e87a3764 100644 --- a/items/ENCHANTED_MELON.json +++ b/items/ENCHANTED_MELON.json @@ -1,10 +1,12 @@ { "itemid": "minecraft:melon", "displayname": "§aEnchanted Melon", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Melon\"},ExtraAttributes:{id:\"ENCHANTED_MELON\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"§7§8Collection Item\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Melon\"},ExtraAttributes:{id:\"ENCHANTED_MELON\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", + "§7§8Brewing Ingredient", + "§7§8Collection Item", + "", "§a§lUNCOMMON" ], "recipe": { @@ -20,7 +22,7 @@ }, "internalname": "ENCHANTED_MELON", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.2.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Melon", -- cgit