diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
commit | 228ec7960d0319d8018c24ee14a92ea235c5e68c (patch) | |
tree | a093c8cf587d8854ddeed454cf72ede9b747e3dc /items/PET_SKIN_RABBIT.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
download | NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.gz NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.bz2 NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.zip |
vanilla stuff & new items
Diffstat (limited to 'items/PET_SKIN_RABBIT.json')
-rw-r--r-- | items/PET_SKIN_RABBIT.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_RABBIT.json b/items/PET_SKIN_RABBIT.json new file mode 100644 index 00000000..85c4bd17 --- /dev/null +++ b/items/PET_SKIN_RABBIT.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Pretty Rabbit Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6e4a93dc-c051-33f0-ae3d-17c29da03219\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTM0NjMxZDk0MGZkZGI2ODlkZGVmNmEzYjM1MmM1MDIyMGM0NjBkYmEwNWNkMThkYzgzMTkyYjU5ZGM2NDdmOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Fire Sale\",1:\"\",2:\"§5Pretty Rabbit Skin\",3:\"§8Consumed on use\",4:\"\",5:\"§7§7Pet skins change the look and\",6:\"§7particle trail of your pet but\",7:\"§7only one skin can be active at a\",8:\"§7time!\",9:\"\",10:\"§7§7This skin can only be applied\",11:\"§7to Rabbit pets.\",12:\"\",13:\"§7§eRight click on your pet to\",14:\"§eapply this skin!\",15:\"\",16:\"§5§lEPIC COSMETIC\"],Name:\"§6§lUPCOMING SALE\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_RABBIT\",uuid:\"cd6f1193-5e7b-40b6-aa52-f0399b9a36e8\",timestamp:\"9/12/20 2:21 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 Rabbit pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_RABBIT", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file |