From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: Fixed horse lvl (#974) * Fixed horse lvl * Fixed lore of blade and pet items * Added more npc's * Added new skins * Added jerry npc's * Fixed cake's and added some year 300 items * Fixed Salmon hat and dicer * Added ladder and skin * Added Tali and Cake Pack --- items/RADIOACTIVE_VIAL.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/RADIOACTIVE_VIAL.json') diff --git a/items/RADIOACTIVE_VIAL.json b/items/RADIOACTIVE_VIAL.json index 284d369b..c7a5be84 100644 --- a/items/RADIOACTIVE_VIAL.json +++ b/items/RADIOACTIVE_VIAL.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§dRadioactive Vial", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Flying\",1:\"§7Fish pet to §dmythic §7rarity.\",2:\"\",3:\"§d§lMYTHIC\"],Name:\"§f§f§dRadioactive Vial\"},ExtraAttributes:{id:\"RADIOACTIVE_VIAL\"}}", + "displayname": "§dRadioactive Vial", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Flying\",1:\"§7Fish pet to §dMythic §7rarity.\",2:\"\",3:\"§d§lMYTHIC\"],Name:\"§dRadioactive Vial\"},ExtraAttributes:{id:\"RADIOACTIVE_VIAL\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade a Flying", - "§7Fish pet to §dmythic §7rarity.", + "§7Fish pet to §dMythic §7rarity.", "", "§d§lMYTHIC" ], "internalname": "RADIOACTIVE_VIAL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Radioactive_Vial", -- cgit