diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-05 13:04:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 12:04:59 +0000 |
commit | 9d05997f73e8a2f89343a6ca2be8e0724cab5f61 (patch) | |
tree | 1b5a5dd72271af40eebe723a2234dfb37b9d3632 /items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json | |
parent | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (diff) | |
download | NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.tar.gz NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.tar.bz2 NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.zip |
Added new elephant skins and fixed lore of mushroom armor (#1082)
Diffstat (limited to 'items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json')
-rw-r--r-- | items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json b/items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json new file mode 100644 index 00000000..79669493 --- /dev/null +++ b/items/PET_SKIN_ELEPHANT_BLUE_PLUSHIE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Blue Plushie Elephant Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2e0126eb-bed0-3062-8c67-75afc575436c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNDI2NDY3NjA1NCwKICAicHJvZmlsZUlkIiA6ICIwMzdlNzQwNGMyMjk0OTIxOTdkZjBlZWJmYWIyNTNjMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJMX0FfWl9FX1JfIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIwMjI2ZmE3YzI1NjllYTc1NjkwMzNiM2ExMTA0M2QyNTIxMzk1NWY5Zjc5MmU1MTdmYjc1ZmM0MDVkNDIyM2EiCiAgICB9CiAgfQp9\"}]}},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:\"§5Blue Plushie Elephant Skin\"},ExtraAttributes:{id:\"PET_SKIN_ELEPHANT_BLUE_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_BLUE_PLUSHIE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |