diff options
Diffstat (limited to 'items/WITCH_MONSTER.json')
-rw-r--r-- | items/WITCH_MONSTER.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |