diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 03:18:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 21:18:06 -0400 |
commit | f73c7a8e8afc328336a87f94be19e5b15df5068a (patch) | |
tree | b572346d61f91f12aaeac69ee8431d3704f34373 /items/PET_SKIN_WOLF.json | |
parent | f96b9092419d9fd473ae628605a48c48dec98dfb (diff) | |
download | NotEnoughUpdates-REPO-f73c7a8e8afc328336a87f94be19e5b15df5068a.tar.gz NotEnoughUpdates-REPO-f73c7a8e8afc328336a87f94be19e5b15df5068a.tar.bz2 NotEnoughUpdates-REPO-f73c7a8e8afc328336a87f94be19e5b15df5068a.zip |
Fixing a funny (#595)
Diffstat (limited to 'items/PET_SKIN_WOLF.json')
-rw-r--r-- | items/PET_SKIN_WOLF.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_WOLF.json b/items/PET_SKIN_WOLF.json new file mode 100644 index 00000000..a5831178 --- /dev/null +++ b/items/PET_SKIN_WOLF.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Dark Wolf Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"be4a9ed9-609c-32ea-b49b-44a7bd7ab0f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzhlNDE0ZTc2MmUxMDI0Yzc5OWU3MGI3YTUyN2MyMmZiOTU2NDhmMTQxZDY2MGIxMGM1MTJjYzEyNDMzNDIxOCJ9fX0K\"}]}},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 Wolf pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Dark Wolf Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_WOLF\"}}", + "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 Wolf pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_WOLF", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} |