diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-14 15:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 14:35:06 +0000 |
commit | ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba (patch) | |
tree | 0329568de1a91644b35431514b4bc432b9e0dfd3 /items/RABBIT_JERRY_ONESIE.json | |
parent | f3d191a9f1f74c0bed3b8554262ca76c7439a239 (diff) | |
download | NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.gz NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.bz2 NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.zip |
Added new skins and npc, fixed lore of cacuum (#1128)
* Added new skins and npc, fixed lore of cacuum
* Fixed Slient Pearl
Diffstat (limited to 'items/RABBIT_JERRY_ONESIE.json')
-rw-r--r-- | items/RABBIT_JERRY_ONESIE.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |