From 9d05997f73e8a2f89343a6ca2be8e0724cab5f61 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:04:59 +0100 Subject: Added new elephant skins and fixed lore of mushroom armor (#1082) --- items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json (limited to 'items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json') diff --git a/items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json b/items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json new file mode 100644 index 00000000..af6adb82 --- /dev/null +++ b/items/PET_SKIN_ELEPHANT_GRAY_PLUSHIE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Gray Plushie Elephant Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5767f854-3a35-396e-8e0f-ce8497b7917b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNDI2NjQyNzgwNSwKICAicHJvZmlsZUlkIiA6ICI2NmRmYzFmNTRlNTU0ZTZmODJjNTA5ZjM1NTJiYTkwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJadWFyaWciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2YxMjNiOGRlODYxMjNlZjJiZjAxZDg0YmM5N2QyNTgyMDVlYjk5ZGY5NWE1YTg1ZThkY2ZhYWM4MDY4ZDRmMSIKICAgIH0KICB9Cn0\"}]}},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:\"§7Elephant pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Gray Plushie Elephant Skin\"},ExtraAttributes:{id:\"PET_SKIN_ELEPHANT_GRAY_PLUSHIE\"}}", + "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", + "§7Elephant pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_ELEPHANT_GRAY_PLUSHIE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit