diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-03 06:03:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 06:03:27 +1000 |
commit | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (patch) | |
tree | 00baab2a701125a4f9ad8a676a8e2477d9fe70c9 /items/PET_SKIN_ROCK_DERP.json | |
parent | 228ec7960d0319d8018c24ee14a92ea235c5e68c (diff) | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.gz NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.bz2 NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.zip |
Merge pull request #278 from IRONM00N/master
Some New Items And Fixes
Diffstat (limited to 'items/PET_SKIN_ROCK_DERP.json')
-rw-r--r-- | items/PET_SKIN_ROCK_DERP.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PET_SKIN_ROCK_DERP.json b/items/PET_SKIN_ROCK_DERP.json new file mode 100644 index 00000000..ef4bf1fd --- /dev/null +++ b/items/PET_SKIN_ROCK_DERP.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Derpy Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7882fc9d-c633-3e5a-8105-8ea45cb6d9ce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzRmODlmYmQxMmMyMDlmN2YyNmMxZjM0YTFiZDdmNDc2MzU4MTQ3NTljMDk2ODhkZDIxMmIyMDVjNzNhOGMwMiJ9fX0K\"}]}},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§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Derpy Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_DERP\",uuid:\"4fd567c1-205f-401a-bb15-7641f7cfbdd3\",timestamp:\"9/22/20 2:55 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_DERP", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |