From 156b92fe445fb9e28b573ed460b01f8296e37719 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:19:17 +0200 Subject: Added rare pet and fixed piggy lore (#1016) --- items/EERIE_TREAT.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/EERIE_TREAT.json (limited to 'items/EERIE_TREAT.json') 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 -- cgit