diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-25 17:19:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:19:17 +0000 |
commit | 156b92fe445fb9e28b573ed460b01f8296e37719 (patch) | |
tree | beb4d598857d5f6d7d924e431d0e50666511c6c5 /items/EERIE_TREAT.json | |
parent | 6a5302d4553717c0fb395ad22d69c812e7dbe4f9 (diff) | |
download | NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.gz NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.tar.bz2 NotEnoughUpdates-REPO-156b92fe445fb9e28b573ed460b01f8296e37719.zip |
Added rare pet and fixed piggy lore (#1016)
Diffstat (limited to 'items/EERIE_TREAT.json')
-rw-r--r-- | items/EERIE_TREAT.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/EERIE_TREAT.json b/items/EERIE_TREAT.json new file mode 100644 index 00000000..37488c87 --- /dev/null +++ b/items/EERIE_TREAT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Eerie Treat", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3480b103-e82a-3e8d-a7d6-4751bb4d9926\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTFiZGRmZTliMmJkMGY0ODdkMmYzN2M5NDBkNGE1MGUxNzI2YWJjMzI3M2FmNDdhNzAyODU1NTQwMjU1ZTEzMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Turns your §f§lCOMMON §7Eerie\",1:\"§7Pet into its §9§lRARE §7version.\",2:\"\",3:\"§7§7Obtained during the\",4:\"§7§5Alchemist §7experiments!\",5:\"\",6:\"§8Edition #???\",7:\"\",8:\"§8§l* §8Soulbound §8§l*\",9:\"§9§lRARE PET ITEM\"],Name:\"§9Eerie Treat\"},ExtraAttributes:{year:2023,edition:-1,id:\"EERIE_TREAT\"}}", + "damage": 3, + "lore": [ + "§7§7Turns your §f§lCOMMON §7Eerie", + "§7Pet into its §9§lRARE §7version.", + "", + "§7§7Obtained during the", + "§7§5Alchemist §7experiments!", + "", + "§8Edition #???", + "", + "§8§l* §8Soulbound §8§l*", + "§9§lRARE PET ITEM" + ], + "internalname": "EERIE_TREAT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |