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/ZEALOT_MONSTER.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/ZEALOT_MONSTER.json (limited to 'items/ZEALOT_MONSTER.json') diff --git a/items/ZEALOT_MONSTER.json b/items/ZEALOT_MONSTER.json new file mode 100644 index 00000000..ec44ff97 --- /dev/null +++ b/items/ZEALOT_MONSTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Zealot (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon\u0027s Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}", + "damage": 58, + "lore": [ + "§7Zealots are a type of Enderman found exclusively", + "§7in the Dragon\u0027s Nest. Zealots are not hostile towards", + "§7players, unless provoked, like normal Enderman. " + ], + "internalname": "ZEALOT_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zealot" + ], + "entityrender": "Enderman", + "entityscale": 0.8 +} \ No newline at end of file -- cgit