From 04ecf840a0575069e10655a21d89224086939452 Mon Sep 17 00:00:00 2001 From: SemicolumnDev <73789337+SemicolumnDev@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:52:56 +0300 Subject: Enchanted books and other stuff (#326) * ender slayer 7 * proj prot 6 * name change * proj prot 7 * fire prot 7 * chance 4 * syphon 4 * gingerbread house * wreath * blue elephant * chill fish he is chill * respite 1 respite more like spite im tired * respite 2 is spite 2 * fix ginger house * gingerbread house 3 hope this works * Revert "gingerbread house 3 " This reverts commit 6d32a22916dee67f1961b44c6e75b4697596812a. * Revert "fix ginger house" This reverts commit 9e38cbb6a039bba8ff414b1e1c56629822a0541b. * gingerbread house 2 the sequel this is getting messy * finally fixed i think im dumb if you couldnt tell * respite 3 * penguin minion skin * crit 7 * wrong dir * crit 7 right dir this time * titan killer 6 * titan killer 7 * cleave 6 * blast prot 6 * missing comma * rename * add missing comma * parenting * parents.json --- items/PET_SKIN_ELEPHANT_BLUE.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/PET_SKIN_ELEPHANT_BLUE.json (limited to 'items/PET_SKIN_ELEPHANT_BLUE.json') diff --git a/items/PET_SKIN_ELEPHANT_BLUE.json b/items/PET_SKIN_ELEPHANT_BLUE.json new file mode 100644 index 00000000..23f41b34 --- /dev/null +++ b/items/PET_SKIN_ELEPHANT_BLUE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Blue Elephant Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d6175b3-b23f-3a26-bbb5-a5149b63d0df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTQwMTQzNjQxNiwKICAicHJvZmlsZUlkIiA6ICI3MmNiMDYyMWU1MTA0MDdjOWRlMDA1OTRmNjAxNTIyZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNb3M5OTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI2Mjk2OWMwMDU4MTVkMDQwOTEzNjM4MGZlYmM1YWM0NjhhYWJhOWJkYTRkYjgwOTU0ZmE1NDI2ZWUwYTMyMyIKICAgIH0KICB9Cn0\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 Elephant pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\"],Name:\"§f§f§9Blue Elephant Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ELEPHANT_BLUE\",uuid:\"d0a4ce76-5669-47e2-8ed1-d77017340edc\",timestamp:\"12/5/20 12:00 PM\"}}", + "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!", + "", + "§7§7This skin can only be applied", + "§7to Elephant pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!" + ], + "internalname": "PET_SKIN_ELEPHANT_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} -- cgit