From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/WITCH_MONSTER.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/WITCH_MONSTER.json (limited to 'items/WITCH_MONSTER.json') diff --git a/items/WITCH_MONSTER.json b/items/WITCH_MONSTER.json new file mode 100644 index 00000000..2c770f9f --- /dev/null +++ b/items/WITCH_MONSTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aWitch (Monster)", + "nbttag": "{display:{Lore:[0:\"§7A witch is a normal mob which can only spawn on\",1:\"§7your Private Island, although it spawns rarely.\",2:\"§7There are no tougher or higher leveled variants\",3:\"§7due to its spawn location. \"],Name:\"§aWitch (Monster)\"},ExtraAttributes:{id:\"WITCH_MONSTER\"}}", + "damage": 66, + "lore": [ + "§7A witch is a normal mob which can only spawn on", + "§7your Private Island, although it spawns rarely.", + "§7There are no tougher or higher leveled variants", + "§7due to its spawn location. " + ], + "internalname": "WITCH_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Witch" + ], + "entityrender": "Witch" +} \ No newline at end of file -- cgit