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_STRING.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/ENCHANTED_STRING.json') diff --git a/items/ENCHANTED_STRING.json b/items/ENCHANTED_STRING.json index 09fbac97..8e86ce33 100644 --- a/items/ENCHANTED_STRING.json +++ b/items/ENCHANTED_STRING.json @@ -1,9 +1,11 @@ { "itemid": "minecraft:string", "displayname": "§aEnchanted String", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted String\"},ExtraAttributes:{id:\"ENCHANTED_STRING\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§aEnchanted String\"},ExtraAttributes:{id:\"ENCHANTED_STRING\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§a§lUNCOMMON" ], "recipe": { @@ -19,7 +21,7 @@ }, "internalname": "ENCHANTED_STRING", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.2.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_String", -- cgit