From ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:35:06 +0100 Subject: Added new skins and npc, fixed lore of cacuum (#1128) * Added new skins and npc, fixed lore of cacuum * Fixed Slient Pearl --- items/RABBIT_JERRY_ONESIE.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/RABBIT_JERRY_ONESIE.json (limited to 'items/RABBIT_JERRY_ONESIE.json') diff --git a/items/RABBIT_JERRY_ONESIE.json b/items/RABBIT_JERRY_ONESIE.json new file mode 100644 index 00000000..0a25de82 --- /dev/null +++ b/items/RABBIT_JERRY_ONESIE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Rabbit Onesie Jerry Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ed873982-ba4a-30d8-b1da-daf1d27c99f1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODcwMzQzMjcxMSwKICAicHJvZmlsZUlkIiA6ICI0NTM1Y2RjNjk3NGU0Nzk4YjljYzY4ODlkZWY1MDk2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICIzZXlyZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmEwMzg1ZjhlY2QwNGMwYzgyZWRkMWM3MTZhYzEwYWRkYzZjNjZmYmJiYWYwYzgxNzhmMTkzZWU5MDVjMDgyOCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a fresh\",3:\"§7new look! Apply them just like an\",4:\"§7enchant book using the anvil.\",5:\"\",6:\"§7§7This skin can be applied to §fRabbit\",7:\"§fHelmet§7.\",8:\"\",9:\"§5§lEPIC COSMETIC\"],Name:\"§5Rabbit Onesie Jerry Skin\"},ExtraAttributes:{id:\"RABBIT_JERRY_ONESIE\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a fresh", + "§7new look! Apply them just like an", + "§7enchant book using the anvil.", + "", + "§7§7This skin can be applied to §fRabbit", + "§fHelmet§7.", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "RABBIT_JERRY_ONESIE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit