diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-05 09:30:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 08:30:35 +0000 |
commit | cc518d127f79b69ee48fff4d54a952f2576b7441 (patch) | |
tree | de673ba9586ebb08ae150d5b52ec4df49832ff06 /items/PET_ITEM_EXP_SHARE_DROP.json | |
parent | 4b042f5089d4a80d767a3fdcc94a36fd67522195 (diff) | |
download | NotEnoughUpdates-REPO-cc518d127f79b69ee48fff4d54a952f2576b7441.tar.gz NotEnoughUpdates-REPO-cc518d127f79b69ee48fff4d54a952f2576b7441.tar.bz2 NotEnoughUpdates-REPO-cc518d127f79b69ee48fff4d54a952f2576b7441.zip |
Fixed Dia & Gold Goblin Skulls and some lores (#1120)
Diffstat (limited to 'items/PET_ITEM_EXP_SHARE_DROP.json')
-rw-r--r-- | items/PET_ITEM_EXP_SHARE_DROP.json | 10 |
1 files changed, 5 insertions, 5 deletions
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 |