diff options
author | My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> | 2024-03-10 17:13:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 21:13:09 +0000 |
commit | 6c851716f00740a148b86ec619ed223ce596e413 (patch) | |
tree | 28fb98013359ed26d35e7281f11c60125310977b /items/JELLYFISH;3.json | |
parent | 798124acef1dde4d968d7f768e087fcbda5bdccb (diff) | |
download | NotEnoughUpdates-REPO-6c851716f00740a148b86ec619ed223ce596e413.tar.gz NotEnoughUpdates-REPO-6c851716f00740a148b86ec619ed223ce596e413.tar.bz2 NotEnoughUpdates-REPO-6c851716f00740a148b86ec619ed223ce596e413.zip |
fix: Pets have incorrect petInfo NBT data (#1124)
Diffstat (limited to 'items/JELLYFISH;3.json')
-rw-r--r-- | items/JELLYFISH;3.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/JELLYFISH;3.json b/items/JELLYFISH;3.json index a5371271..ff8cb5e3 100644 --- a/items/JELLYFISH;3.json +++ b/items/JELLYFISH;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Jellyfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Scyphozoa\",5:\"§7§7While in dungeons, reduces the\",6:\"§7mana cost of Power Orbs by\",7:\"§7§a{0}%§7.\",8:\"\",9:\"§6Stored Energy\",10:\"§7§7While in dungeons, for every\",11:\"§7§c2,000 HP §7you heal teammates\",12:\"§7the cooldown of §aWish §7is\",13:\"§7reduced by §a{1}s§7, up to\",14:\"§7§a30s§7.\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"candyUsed\\\":\\\"0\\\",\\\"active\\\":0b,\\\"type\\\":\\\"JELLYFISH\\\",\\\"tier\\\":\\\"EPIC\\\",\\\"exp\\\":\\\"0\\\",\\\"hideInfo\\\":0b}\",id:\"JELLYFISH;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Scyphozoa\",5:\"§7§7While in dungeons, reduces the\",6:\"§7mana cost of Power Orbs by\",7:\"§7§a{0}%§7.\",8:\"\",9:\"§6Stored Energy\",10:\"§7§7While in dungeons, for every\",11:\"§7§c2,000 HP §7you heal teammates\",12:\"§7the cooldown of §aWish §7is\",13:\"§7reduced by §a{1}s§7, up to\",14:\"§7§a30s§7.\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"candyUsed\\\":\\\"0\\\",\\\"active\\\":false,\\\"type\\\":\\\"JELLYFISH\\\",\\\"tier\\\":\\\"EPIC\\\",\\\"exp\\\":\\\"0\\\",\\\"hideInfo\\\":false}\",id:\"JELLYFISH;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Alchemy Pet", |