diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-08-24 18:39:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 18:39:26 +0200 |
commit | 2fab2eaf4a1bc6e12106c9e040761c28c453592b (patch) | |
tree | 546324c3f754801439cdb748399465a924c1f0fa /items/SKELETON;3.json | |
parent | 338af8b7710d4e9ac3dbd312042e3911272a1274 (diff) | |
download | NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.tar.gz NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.tar.bz2 NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.zip |
item viewer pets fix
Fixed a lot of bugs regarding pets in item viewer
Diffstat (limited to 'items/SKELETON;3.json')
-rw-r--r-- | items/SKELETON;3.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/SKELETON;3.json b/items/SKELETON;3.json index a7d9375d..d2744436 100644 --- a/items/SKELETON;3.json +++ b/items/SKELETON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 65] §5Skeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by\",7:\"§7§a{0}%§7 which is tripled while\",8:\"§7in dungeons\",9:\"\",10:\"§6Combo\",11:\"§7§7Gain a combo stack for every\",12:\"§7bow hit granting +§a3 §c❁\",13:\"§cStrength§7. Max §a{2} §7stacks,\",14:\"§7stacks disappear after 8\",15:\"§7seconds.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 65] §5Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":1489527.9131623288,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":2}\",originTag:\"UNKNOWN\",id:\"SKELETON;3\",uuid:\"f6fb6765-0632-4c91-8914-c6eb8e488df4\",timestamp:\"7/14/20 7:06 AM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Skeleton", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by\",7:\"§7§a{0}%§7 which is tripled while\",8:\"§7in dungeons\",9:\"\",10:\"§6Combo\",11:\"§7§7Gain a combo stack for every\",12:\"§7bow hit granting +§a3 §c❁\",13:\"§cStrength§7. Max §a{2} §7stacks,\",14:\"§7stacks disappear after 8\",15:\"§7seconds.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":1489527.9131623288,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":2}\",originTag:\"UNKNOWN\",id:\"SKELETON;3\",uuid:\"f6fb6765-0632-4c91-8914-c6eb8e488df4\",timestamp:\"7/14/20 7:06 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -29,6 +29,6 @@ "internalname": "SKELETON;3", "crafttext": "", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.2-REL", "infoType": "" }
\ No newline at end of file |