diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-18 17:16:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 16:16:56 +0000 |
commit | 745b7a3a824447fd00c589e81f55301392f003a5 (patch) | |
tree | 98070e93d9012ff900b2878660135832145e434c /items/ENDERMAN;0.json | |
parent | 3b6457d8a760edd475afc640fd2ac12b2ac4a10f (diff) | |
download | NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.tar.gz NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.tar.bz2 NotEnoughUpdates-REPO-745b7a3a824447fd00c589e81f55301392f003a5.zip |
Fixed a lot of pet lores and cleaned up petnums (#1132)
Diffstat (limited to 'items/ENDERMAN;0.json')
-rw-r--r-- | items/ENDERMAN;0.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/ENDERMAN;0.json b/items/ENDERMAN;0.json index 329d92ac..6c460b7f 100644 --- a/items/ENDERMAN;0.json +++ b/items/ENDERMAN;0.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fEnderman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a{0}% §7less damage from\",6:\"§7end monsters§7.\",7:\"\",8:\"§7§eRight-click to add this pet to\",9:\"§eyour pet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ENDERMAN;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a{0}% §7less damage from end\",6:\"§7monsters.\",7:\"\",8:\"§7§eRight-click to add this pet to your\",9:\"§epet menu!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ENDERMAN;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Damage: §c+{CRIT_DAMAGE}%", + "§7Crit Damage: §c{CRIT_DAMAGE}%", "", "§6Enderian", - "§7§7Take §a{0}% §7less damage from", - "§7end monsters§7.", + "§7§7Take §a{0}% §7less damage from end", + "§7monsters.", "", - "§7§eRight-click to add this pet to", - "§eyour pet menu!", + "§7§eRight-click to add this pet to your", + "§epet menu!", "", "§f§lCOMMON" ], |