diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/WITCH_MONSTER.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
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 |