diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-05-15 16:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:30:15 +0000 |
commit | 7a3c1d323117ecf6693f570cf62e969afd8218d5 (patch) | |
tree | 5ff5c55c1f163c94c19bda28187ded23ba766715 /items/UPGRADE_STONE_GLACIAL.json | |
parent | c1998ffc15e5406bc2cfde7072dd5d879d793f3b (diff) | |
download | NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.tar.gz NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.tar.bz2 NotEnoughUpdates-REPO-7a3c1d323117ecf6693f570cf62e969afd8218d5.zip |
Cleanup Pet Skin Lores (#1210)
Diffstat (limited to 'items/UPGRADE_STONE_GLACIAL.json')
-rw-r--r-- | items/UPGRADE_STONE_GLACIAL.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/UPGRADE_STONE_GLACIAL.json b/items/UPGRADE_STONE_GLACIAL.json index 653d6b97..d69d96ad 100644 --- a/items/UPGRADE_STONE_GLACIAL.json +++ b/items/UPGRADE_STONE_GLACIAL.json @@ -1,16 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§5Wisp Upgrade Stone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a5c7c987-5800-3105-b298-627c9b0b77dc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYyODg3NTg1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlYTBkZmI3OTRmZTliMzcyZjVlYzUyOWZjOGI4YTBmMDc3ZmViZjRiNzRmNzg5NzJmMGM4MmMzYzE4NjI0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7Upgrades a §9Frost Wisp §7pet\",3:\"§7to a §5Glacial Wisp §7pet.\",4:\"\",5:\"§7§eRight click on your wisp to\",6:\"§eupgrade it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Wisp Upgrade Stone\"},ExtraAttributes:{id:\"UPGRADE_STONE_GLACIAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a5c7c987-5800-3105-b298-627c9b0b77dc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjYyODg3NTg1MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlYTBkZmI3OTRmZTliMzcyZjVlYzUyOWZjOGI4YTBmMDc3ZmViZjRiNzRmNzg5NzJmMGM4MmMzYzE4NjI0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7Upgrades a §9Frost Wisp §7pet to a\",3:\"§7§5Glacial Wisp §7pet.\",4:\"\",5:\"§7§eRight-click on your wisp to upgrade it!\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Wisp Upgrade Stone\"},ExtraAttributes:{id:\"UPGRADE_STONE_GLACIAL\"}}", "damage": 3, "lore": [ "§8Consumed on use", "", - "§7Upgrades a §9Frost Wisp §7pet", - "§7to a §5Glacial Wisp §7pet.", + "§7Upgrades a §9Frost Wisp §7pet to a", + "§7§5Glacial Wisp §7pet.", "", - "§7§eRight click on your wisp to", - "§eupgrade it!", + "§7§eRight-click on your wisp to upgrade it!", "", "§5§lEPIC" ], @@ -29,7 +28,7 @@ "crafttext": "", "clickcommand": "viewrecipe", "slayer_req": "BLAZE_5", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wisp_Upgrade_Stone", |