diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-23 09:15:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 19:15:05 +1100 |
commit | 3d9254aa737d668052d0173315f8ef952b550533 (patch) | |
tree | 927c4e93497b6e0027cd6a1214c9a72b03ac9bd3 /items/PET_SKIN_RABBIT_LUNAR.json | |
parent | 8f7a3a82c38ff381a4553db08f0eb94c52976012 (diff) | |
download | NotEnoughUpdates-REPO-3d9254aa737d668052d0173315f8ef952b550533.tar.gz NotEnoughUpdates-REPO-3d9254aa737d668052d0173315f8ef952b550533.tar.bz2 NotEnoughUpdates-REPO-3d9254aa737d668052d0173315f8ef952b550533.zip |
Fixed lore of ember armor and added reindrake sc (#890)
Diffstat (limited to 'items/PET_SKIN_RABBIT_LUNAR.json')
-rw-r--r-- | items/PET_SKIN_RABBIT_LUNAR.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_RABBIT_LUNAR.json b/items/PET_SKIN_RABBIT_LUNAR.json new file mode 100644 index 00000000..383104d0 --- /dev/null +++ b/items/PET_SKIN_RABBIT_LUNAR.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dLunar Rabbit Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c96b0147-5cb4-37c4-a0aa-27f54703acb9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NDMwNTYwMTI0MCwKICAicHJvZmlsZUlkIiA6ICIyMDZlMWZkYjI5Yzk0NGYxOTQ5OTg4NzAwNTQxMGQ2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoNHlsMzMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFlM2Y2N2ZiMzliMmExZTAxNDI2YWEwOTFjNWE2NjY2YjIzNzI4NmViMWM0YzVmY2JjYTUwNWRmZTFkYmRjMyIKICAgIH0KICB9Cn0\"}]}},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 Rabbit 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:\"§dLunar Rabbit Skin\"},ExtraAttributes:{id:\"PET_SKIN_RABBIT_LUNAR\"},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 Rabbit pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_RABBIT_LUNAR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file |