diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /items/PET_SKIN_ROCK_BLINKING.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/PET_SKIN_ROCK_BLINKING.json')
-rw-r--r-- | items/PET_SKIN_ROCK_BLINKING.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/PET_SKIN_ROCK_BLINKING.json b/items/PET_SKIN_ROCK_BLINKING.json new file mode 100644 index 00000000..dd887732 --- /dev/null +++ b/items/PET_SKIN_ROCK_BLINKING.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§dBlinking Rock Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d3249c3a-323e-31af-87e2-023c49cb362d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODA4NDQ1NTcyMiwKICAicHJvZmlsZUlkIiA6ICJhYzIzZmEzNzRhMmM0YjU2YmYzYzU2ZTVhODY3NjIzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJxdWVlbnNoYW5pd2EiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjgxNGVhZGFhNWRhNmUzOGY4NTM2NTAxZDQ1N2ExMzBhZGVmOWEwMjUxMDNiZGQxOWRkNDczMmQzNTM1MDlhMCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§f§f§dBlinking Rock Skin\"},ExtraAttributes:{id:\"PET_SKIN_ROCK_BLINKING\"}}", + "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§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_BLINKING", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |