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/ZOMBIE_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/ZOMBIE_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_MONSTER.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/ZOMBIE_MONSTER.json b/items/ZOMBIE_MONSTER.json new file mode 100644 index 00000000..31660355 --- /dev/null +++ b/items/ZOMBIE_MONSTER.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aZombie (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Zombie is a natural mob in Minecraft. Zombies\",1:\"§7spawn naturally at the Graveyard (Lv. 1), Lapis \",2:\"§7Quarry (as a Lapis Zombie), Diamond Reserve (Lv. 15),\",3:\"§7and Obsidian Sanctuary (Lv. 20) of the Deep Caverns,\",4:\"§7as well as on the Player\u0027s Island in the dark. They \",5:\"§7also spawn in Crypt Ghoul and Golden Ghoul variants \",6:\"§7at the caves near the Coal Mine. \"],Name:\"§aZombie (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_MONSTER\"}}", + "damage": 54, + "lore": [ + "§7The Zombie is a natural mob in Minecraft. Zombies", + "§7spawn naturally at the Graveyard (Lv. 1), Lapis ", + "§7Quarry (as a Lapis Zombie), Diamond Reserve (Lv. 15),", + "§7and Obsidian Sanctuary (Lv. 20) of the Deep Caverns,", + "§7as well as on the Player\u0027s Island in the dark. They ", + "§7also spawn in Crypt Ghoul and Golden Ghoul variants ", + "§7at the caves near the Coal Mine. " + ], + "internalname": "ZOMBIE_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie" + ], + "entityrender": "Zombie" +}
\ No newline at end of file |