From bd8392264127b097da6cb3310cab98e8ea9728a2 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 12 Nov 2020 19:19:14 -0500 Subject: Social Shop Items | Added Axes I missed --- items/EGG_HUNT.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/EGG_HUNT.json (limited to 'items/EGG_HUNT.json') diff --git a/items/EGG_HUNT.json b/items/EGG_HUNT.json new file mode 100644 index 00000000..a4dba095 --- /dev/null +++ b/items/EGG_HUNT.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fEgg Hunt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"733f9a77-9671-3e84-9940-f8ee197f252b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM3MDQwNmU3NTM5NDIxMzU0MjRiYjk5NjkyYjc0NGM5YTAzNDVkM2YzYzgxOTNlOWQ4ZTMwZDU0NDEyMThlMyJ9fX0\"}]}},display:{Lore:[0:\"§7§7Place an egg which can be\",1:\"§7found on your island by guests\",2:\"§7for island points.\",3:\"\",4:\"§7§7Maximum of 10.\",5:\"\",6:\"§7§4❣ §cRequires §aSocial Skill 3\",7:\"§f§lCOMMON\"],Name:\"§fEgg Hunt\"},ExtraAttributes:{id:\"EGG_HUNT\"}}", + "damage": 3, + "lore": [ + "§7§7Place an egg which can be", + "§7found on your island by guests", + "§7for island points.", + "", + "§7§7Maximum of 10.", + "", + "§7§4❣ §cRequires §aSocial Skill 3", + "§f§lCOMMON" + ], + "internalname": "EGG_HUNT", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +} \ No newline at end of file -- cgit