From 2fea7c8cee031bcd667cda5096acad9f1abe62e3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:14:00 +0200 Subject: Added new skins and some npcs (#1143) --- items/PET_SKIN_PARROT_TOUCAN.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 items/PET_SKIN_PARROT_TOUCAN.json (limited to 'items/PET_SKIN_PARROT_TOUCAN.json') diff --git a/items/PET_SKIN_PARROT_TOUCAN.json b/items/PET_SKIN_PARROT_TOUCAN.json new file mode 100644 index 00000000..825787d7 --- /dev/null +++ b/items/PET_SKIN_PARROT_TOUCAN.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Toucan Parrot Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cdb8f5e9-4dcd-3e22-a3f6-b41460a4bbc5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMDgxODY5OTE2OSwKICAicHJvZmlsZUlkIiA6ICIzMjQ4M2M4YmNiNDk0N2Y0OTA2ZGM1NjgxMmVmZDA0NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJZYXJPMTcwMzAzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q4MzViMTdhMjYzOTYwMzdkZWFjNTc5NmI3MmUyNWYyNTIzZTlmODY1MDk2M2RkYWVkYzJlY2VjMDgxYjQzNDYiCiAgICB9CiAgfQp9\"}]}},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:\"§7Parrot pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Toucan Parrot Skin\"},ExtraAttributes:{id:\"PET_SKIN_PARROT_TOUCAN\"}}", + "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", + "§7Parrot pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_PARROT_TOUCAN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit