diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-14 13:45:48 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 13:45:48 +1100 |
commit | 787596a49ec4ffd0e1a5469aace0ef21141bbd30 (patch) | |
tree | ef633e59e3783951beb986e2d09a5a18a11e14df /items/PET_SKIN_SHEEP_LIGHT_BLUE.json | |
parent | f8a56abfb09bfb9e9005a26ab9e42a80b30f966a (diff) | |
parent | a582be1d33cb915aa5f0526f0160c35dcf10b1d7 (diff) | |
download | NotEnoughUpdates-REPO-787596a49ec4ffd0e1a5469aace0ef21141bbd30.tar.gz NotEnoughUpdates-REPO-787596a49ec4ffd0e1a5469aace0ef21141bbd30.tar.bz2 NotEnoughUpdates-REPO-787596a49ec4ffd0e1a5469aace0ef21141bbd30.zip |
Merge pull request #301 from IRONM00N/master-patch
A bunch of fixes and stuff
Diffstat (limited to 'items/PET_SKIN_SHEEP_LIGHT_BLUE.json')
-rw-r--r-- | items/PET_SKIN_SHEEP_LIGHT_BLUE.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_SHEEP_LIGHT_BLUE.json b/items/PET_SKIN_SHEEP_LIGHT_BLUE.json new file mode 100644 index 00000000..e6c5111e --- /dev/null +++ b/items/PET_SKIN_SHEEP_LIGHT_BLUE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aLight Blue Sheep Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5ee3925d-b768-331c-af39-d00e1363aa1f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzIyMjIwZGUxYTg2M2JjNWQ5YjllN2E2YTNiMDMyMTRjOWYzZDY5OGVkM2ZlMGQyODIyMGYzYjkzYjc2ODVjNSJ9fX0K\"}]}},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 Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aLight Blue Sheep Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SHEEP_LIGHT_BLUE\",uuid:\"61f0e57e-fa19-4f8d-837e-3da2006784c7\",timestamp:\"11/7/20 6:13 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 Sheep pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§a§lUNCOMMON COSMETIC" + ], + "internalname": "PET_SKIN_SHEEP_LIGHT_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file |