diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-14 15:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 14:35:06 +0000 |
commit | ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba (patch) | |
tree | 0329568de1a91644b35431514b4bc432b9e0dfd3 /items/PET_SKIN_CHICKEN_NESTED.json | |
parent | f3d191a9f1f74c0bed3b8554262ca76c7439a239 (diff) | |
download | NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.gz NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.bz2 NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.zip |
Added new skins and npc, fixed lore of cacuum (#1128)
* Added new skins and npc, fixed lore of cacuum
* Fixed Slient Pearl
Diffstat (limited to 'items/PET_SKIN_CHICKEN_NESTED.json')
-rw-r--r-- | items/PET_SKIN_CHICKEN_NESTED.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_CHICKEN_NESTED.json b/items/PET_SKIN_CHICKEN_NESTED.json new file mode 100644 index 00000000..06cbcaa6 --- /dev/null +++ b/items/PET_SKIN_CHICKEN_NESTED.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Nested Chicken Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7026a3bd-233c-346d-b3f2-e17bc9ff3fa6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODcwMzQxODIyOSwKICAicHJvZmlsZUlkIiA6ICJhYzA2Yjc3ZTY3YmE0NzFkYTQwNDllNmE5NGY3Nzg4YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaWRpdm9jYXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTU5Y2Y4YTJhNWE2ZDc0NmNhMWFiNzZhYmQwNGMwYTI3NThkMTg3MDZjMDM2NGU5MDc3ZTA5N2E4ZGM3MDBkNyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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:\"§7Chicken pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Nested Chicken Skin\"},ExtraAttributes:{id:\"PET_SKIN_CHICKEN_NESTED\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", + "", + "§7§7This skin can only be applied to", + "§7Chicken pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_CHICKEN_NESTED", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |