diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-24 14:20:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 13:20:12 +0000 |
commit | 4c4b12779f97970ec7f633b9dc77de3efe880e8a (patch) | |
tree | efe466dc43505e601979efe7dec609576dcf2837 /items/PET_SKIN_ENDERMAN_SLAYER.json | |
parent | 3012c9f3a5de983490c37862967895f51aa85478 (diff) | |
download | NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.tar.gz NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.tar.bz2 NotEnoughUpdates-REPO-4c4b12779f97970ec7f633b9dc77de3efe880e8a.zip |
Added Locked Box and fixed 2 lores (#1140)
Diffstat (limited to 'items/PET_SKIN_ENDERMAN_SLAYER.json')
-rw-r--r-- | items/PET_SKIN_ENDERMAN_SLAYER.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/PET_SKIN_ENDERMAN_SLAYER.json b/items/PET_SKIN_ENDERMAN_SLAYER.json index 44cb70ff..ed804b3b 100644 --- a/items/PET_SKIN_ENDERMAN_SLAYER.json +++ b/items/PET_SKIN_ENDERMAN_SLAYER.json @@ -1,21 +1,20 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Void Conqueror Enderman Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"301afb75-07dd-37ce-94a1-7c5c40ab2512\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4NDE5NTUwNCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGZmZjQxZTFhZmM1OTdiMTRmNzdiOGU0NGUyYTEzNGRhYmUxNjFhMTUyNmFkZTgwZTYyOTBmMmRmMzMxZGMxMSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Enderman pets.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5Void Conqueror Enderman Skin\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_SKIN_ENDERMAN_SLAYER\"},AttributeModifiers:[]}", + "displayname": "§5Void Conqueror Enderman Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"301afb75-07dd-37ce-94a1-7c5c40ab2512\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk4NDE5NTUwNCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGZmZjQxZTFhZmM1OTdiMTRmNzdiOGU0NGUyYTEzNGRhYmUxNjFhMTUyNmFkZTgwZTYyOTBmMmRmMzMxZGMxMSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but only\",4:\"§7one skin can be active at a time!\",5:\"\",6:\"§7§7This skin can only be applied to\",7:\"§7Enderman pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Void Conqueror Enderman Skin\"},ExtraAttributes:{id:\"PET_SKIN_ENDERMAN_SLAYER\"}}", "damage": 3, "lore": [ "§8Consumed on use", "", "§7§7Pet skins change the look and", - "§7particle trail of your pet but", - "§7only one skin can be active at a", - "§7time!", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", "", - "§7§7This skin can only be applied", - "§7to Enderman pets.", + "§7§7This skin can only be applied to", + "§7Enderman pets.", "", - "§7§eRight click on your summoned", - "§epet to apply this skin!", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", "", "§5§lEPIC COSMETIC" ], |