From 0e253b3c5cfa340965a295c670de511191d6d8b5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:50:58 +0100 Subject: Added skins, fixed 3 items (#1078) * Fixed lore of 2 items and fixed npc saying it has a recipe * Added new skins --- items/PET_SKIN_ZOMBIE_SENTINEL.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 items/PET_SKIN_ZOMBIE_SENTINEL.json (limited to 'items/PET_SKIN_ZOMBIE_SENTINEL.json') diff --git a/items/PET_SKIN_ZOMBIE_SENTINEL.json b/items/PET_SKIN_ZOMBIE_SENTINEL.json new file mode 100644 index 00000000..98d32178 --- /dev/null +++ b/items/PET_SKIN_ZOMBIE_SENTINEL.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Sentinel Zombie Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"864a848e-1055-3ee5-8830-949d758b84e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjI5MDk2MDczNSwKICAicHJvZmlsZUlkIiA6ICI0MzFhMmRlYTQ4YTE0NTMxYjEyZDU5MzY0NDUxNmIyNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJpQ2FwdGFpbk5lbW8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjQyMmMwMmZlMThkMjllZDJlMzU1NGZlYmFiN2VmNGUzZjE3Yzg1YTZjYzM3OWFlYzVkODlhZWMyMzNiNzhjYiIKICAgIH0KICB9Cn0\"}]}},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:\"§7Zombie pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Sentinel Zombie Skin\"},ExtraAttributes:{id:\"PET_SKIN_ZOMBIE_SENTINEL\"}}", + "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", + "§7Zombie pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_ZOMBIE_SENTINEL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit