diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-10 16:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:01:33 -0400 |
commit | 532212d429cce9f7ae975ece83871df1ef543715 (patch) | |
tree | 7309f86024c558e5dcf45335f5cda60ab8fbbe06 /items/ZOMBIE_MONSTER.json | |
parent | 6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61 (diff) | |
download | NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.gz NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.bz2 NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.zip |
Mobs & Names + Fixes (#516)
* Removing Mobs
* Rainbow Names
* Mobs
* Fixing Ultimate Wise
* Fixing Warped Stone
* Fixing Juju Shortbow
* Fixing Terminator
* Rainbow Name account change
* Adding Mobs back and changed them to skulls
* Fixing Carrot King
* Update parents.json
* Removing Item age
* Another one
* Wiki Links
* Another Rainbowname
* Another one
Diffstat (limited to 'items/ZOMBIE_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_MONSTER.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ZOMBIE_MONSTER.json b/items/ZOMBIE_MONSTER.json index 31660355..3b3130a8 100644 --- a/items/ZOMBIE_MONSTER.json +++ b/items/ZOMBIE_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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, + "damage": 2, "lore": [ "§7The Zombie is a natural mob in Minecraft. Zombies", "§7spawn naturally at the Graveyard (Lv. 1), Lapis ", @@ -14,10 +14,10 @@ ], "internalname": "ZOMBIE_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie" ], - "entityrender": "Zombie" + "crafttext": "" }
\ No newline at end of file |