From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: 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> --- items/PET_SKIN_ROCK_SUS.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 items/PET_SKIN_ROCK_SUS.json (limited to 'items/PET_SKIN_ROCK_SUS.json') diff --git a/items/PET_SKIN_ROCK_SUS.json b/items/PET_SKIN_ROCK_SUS.json new file mode 100644 index 00000000..9ed06b83 --- /dev/null +++ b/items/PET_SKIN_ROCK_SUS.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dSus Rock Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a54ee110-8d17-3543-8763-b5d124e5b744\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODA4NDgwNTczOCwKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU0ZjI2NzJmOTQ5ZDQzNWMyY2RhNDQzNjdiMGYwOGE2Y2EyNWVhN2Y0NmE1MGI2NmYyODg0MGFkODM4Yzg1OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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:\"§dSus Rock Skin\"},ExtraAttributes:{id:\"PET_SKIN_ROCK_SUS\"}}", + "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_SUS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit