From cc518d127f79b69ee48fff4d54a952f2576b7441 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:30:35 +0100 Subject: Fixed Dia & Gold Goblin Skulls and some lores (#1120) --- items/PET_ITEM_EXP_SHARE_DROP.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/PET_ITEM_EXP_SHARE_DROP.json') diff --git a/items/PET_ITEM_EXP_SHARE_DROP.json b/items/PET_ITEM_EXP_SHARE_DROP.json index 2291c3c4..9b0928d5 100644 --- a/items/PET_ITEM_EXP_SHARE_DROP.json +++ b/items/PET_ITEM_EXP_SHARE_DROP.json @@ -1,11 +1,10 @@ { "itemid": "minecraft:dye", "displayname": "§5Exp Share Core", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Used to craft the Exp Share\",1:\"§7pet item\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Exp Share Core\"},ExtraAttributes:{id:\"PET_ITEM_EXP_SHARE_DROP\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Used to craft the Exp Share pet item.\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Exp Share Core\"},ExtraAttributes:{id:\"PET_ITEM_EXP_SHARE_DROP\"}}", "damage": 11, "lore": [ - "§7§7Used to craft the Exp Share", - "§7pet item", + "§7§7Used to craft the Exp Share pet item.", "", "§eRight-click to view recipes!", "", @@ -13,10 +12,11 @@ ], "internalname": "PET_ITEM_EXP_SHARE_DROP", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Exp_Share_Core", "https://wiki.hypixel.net/Exp_Share_Core" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit