diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-11 11:05:51 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-11 11:05:51 -0500 |
commit | 3b1f00af9f98208db0ef75761d94c1497b631788 (patch) | |
tree | f640e53840b787809ce7ea8546b7f81376083899 /items | |
parent | 4d4a75b887bb1a7f2f22352b7a87758a4c9df41e (diff) | |
download | NotEnoughUpdates-REPO-3b1f00af9f98208db0ef75761d94c1497b631788.tar.gz NotEnoughUpdates-REPO-3b1f00af9f98208db0ef75761d94c1497b631788.tar.bz2 NotEnoughUpdates-REPO-3b1f00af9f98208db0ef75761d94c1497b631788.zip |
Jerry Pet Item
Diffstat (limited to 'items')
-rw-r--r-- | items/PET_ITEM_TOY_JERRY.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/PET_ITEM_TOY_JERRY.json b/items/PET_ITEM_TOY_JERRY.json new file mode 100644 index 00000000..018fd876 --- /dev/null +++ b/items/PET_ITEM_TOY_JERRY.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Jerry 3D Glasses", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e159c918-6ac9-377b-a977-38ac2459881f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZjZkMTgzOGQwMzJiOWJiMjhjNjc4Y2M5MzM1MzMzZDRkMjFjNDFiM2M0ZjVhMmY2NTBkMmIzOTFiMTMxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Upgrades a Jerry pet from\",8:\"§7§6Legendary §7to §dMythic§7,\",9:\"§7bestowing even more damage upon\",10:\"§7the Aotj!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§egive it this item!\",14:\"\",15:\"§6§lLEGENDARY PET ITEM\"],Name:\"§f§f§6Jerry 3D Glasses\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_TOY_JERRY\",uuid:\"bf3f8058-1889-4645-b2b4-8fa679dbba73\",timestamp:\"1/11/21 11:01 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Upgrades a Jerry pet from", + "§7§6Legendary §7to §dMythic§7,", + "§7bestowing even more damage upon", + "§7the Aotj!", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§6§lLEGENDARY PET ITEM" + ], + "internalname": "PET_ITEM_TOY_JERRY", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |