diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-26 17:20:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 15:20:40 +0000 |
commit | 6dc008881f807c9485162556520db3f5a460071b (patch) | |
tree | 75e4b25867d1d9b9d7e64f424026acf93729d196 /items/EERIE_TOY.json | |
parent | f066e6c3cc55225df9ae6f1b84a060bce684ffbb (diff) | |
download | NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.tar.gz NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.tar.bz2 NotEnoughUpdates-REPO-6dc008881f807c9485162556520db3f5a460071b.zip |
Added legendary eerie pet (#1018)
Diffstat (limited to 'items/EERIE_TOY.json')
-rw-r--r-- | items/EERIE_TOY.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/EERIE_TOY.json b/items/EERIE_TOY.json new file mode 100644 index 00000000..e5aa871c --- /dev/null +++ b/items/EERIE_TOY.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Eerie Toy", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e27fd7b-5652-384d-b9ad-84c35f340688\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWIyYjc1NWUwMWZmNzIyOWMwMmFiMjFmODJiNTI1MmU4MDliOGI4MTc4YWQ3OTgwYzg4NmNkZTVlNTU1ZTU4YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Turns your §9§lRARE §7Eerie\",1:\"§7Pet into its §6§lLEGENDARY\",2:\"§6§l§7version.\",3:\"\",4:\"§7§7Obtained during the\",5:\"§7§5Alchemist §7experiments!\",6:\"\",7:\"§8Edition #???\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§5§lEPIC PET ITEM\"],Name:\"§5Eerie Toy\"},ExtraAttributes:{year:2023,edition:331,id:\"EERIE_TOY\"}}", + "damage": 3, + "lore": [ + "§7§7Turns your §9§lRARE §7Eerie", + "§7Pet into its §6§lLEGENDARY", + "§6§l§7version.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC PET ITEM" + ], + "internalname": "EERIE_TOY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |