From 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:41:58 +0100 Subject: Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081) --- items/RADIOACTIVE_VIAL.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/RADIOACTIVE_VIAL.json') diff --git a/items/RADIOACTIVE_VIAL.json b/items/RADIOACTIVE_VIAL.json index c7a5be84..3851026e 100644 --- a/items/RADIOACTIVE_VIAL.json +++ b/items/RADIOACTIVE_VIAL.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:skull", "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\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at §bKat §7to upgrade §eFlying Fish\",1:\"§ePets §7to §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.", + "§7Use at §bKat §7to upgrade §eFlying Fish", + "§ePets §7to §dMythic §7rarity.", "", "§d§lMYTHIC" ], -- cgit