diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-30 15:16:29 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-30 15:16:29 -0400 |
commit | 676ca2614a78336167aa292ef1b354c03f352093 (patch) | |
tree | c8afcb17bd36dd1b3b1fc6b9d6fb75cc38df90dd /items/PET_SKIN_ROCK_SMILE.json | |
parent | c142654be4625f976cf1eb493ceb26049bfaff2d (diff) | |
download | NotEnoughUpdates-REPO-676ca2614a78336167aa292ef1b354c03f352093.tar.gz NotEnoughUpdates-REPO-676ca2614a78336167aa292ef1b354c03f352093.tar.bz2 NotEnoughUpdates-REPO-676ca2614a78336167aa292ef1b354c03f352093.zip |
Some new Items
Diffstat (limited to 'items/PET_SKIN_ROCK_SMILE.json')
-rw-r--r-- | items/PET_SKIN_ROCK_SMILE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PET_SKIN_ROCK_SMILE.json b/items/PET_SKIN_ROCK_SMILE.json new file mode 100644 index 00000000..cf5b6807 --- /dev/null +++ b/items/PET_SKIN_ROCK_SMILE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Smiling Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"67981030-6f1c-3348-81c5-a3d572617693\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzEzYzhiMjkxNmEyNzVkYjRjMTc2MmNmNWYxM2Q3Yjk1YjkxZDYwYmFmNTE2NGE0NDdkNmVmYTc3MDRjZjExYiJ9fX0K\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Smiling Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_SMILE\",uuid:\"f5998fcf-2be7-42d7-b98d-0bce38012494\",timestamp:\"9/22/20 2:57 PM\"},AttributeModifiers:[]}", + "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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_SMILE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |