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/WATCHER_MINIBOSS.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/WATCHER_MINIBOSS.json')
-rw-r--r-- | items/WATCHER_MINIBOSS.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/items/WATCHER_MINIBOSS.json b/items/WATCHER_MINIBOSS.json index defe14dd..c01ac52e 100644 --- a/items/WATCHER_MINIBOSS.json +++ b/items/WATCHER_MINIBOSS.json @@ -1,21 +1,21 @@ - {
- "itemid": "minecraft:spawn_egg",
- "displayname": "§5The Watcher (Miniboss)",
- "nbttag": "{ench:[],display:{Lore:[0:\"§7The Watcher is the miniboss on every floor of\",1:\"§7the Catacombs. It spawns in the Blood Room and must be\",2:\"§7defeated to advance to the boss. It summons undead\",3:\"§7to fight for it and will only attack the player when they\",4:\"§7attempt to attack it. It is also the boss of the enterence. \"],Name:\"§5The Watcher (Miniboss)\"},ExtraAttributes:{id:\"WATCHER_MINIBOSS\"}}",
- "damage": 93,
- "lore": [
- "§7The Watcher is the miniboss on every floor of",
- "§7the Catacombs. It spawns in the Blood Room and must be",
- "§7defeated to advance to the boss. It summons undead",
- "§7to fight for it and will only attack the player when they",
- "§7attempt to attack it. It is also the boss of the enterence."
- ],
- "internalname": "WATCHER_MINIBOSS",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Watcher"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§5The Watcher (Miniboss)", + "nbttag": "{display:{Lore:[0:\"§7The Watcher is the miniboss on every floor of\",1:\"§7the Catacombs. It spawns in the Blood Room and must be\",2:\"§7defeated to advance to the boss. It summons undead\",3:\"§7to fight for it and will only attack the player when they\",4:\"§7attempt to attack it. It is also the boss of the enterence.\"],Name:\"§5The Watcher (Miniboss)\"},ExtraAttributes:{id:\"WATCHER_MINIBOSS\"}}", + "damage": 2, + "lore": [ + "§7The Watcher is the miniboss on every floor of", + "§7the Catacombs. It spawns in the Blood Room and must be", + "§7defeated to advance to the boss. It summons undead", + "§7to fight for it and will only attack the player when they", + "§7attempt to attack it. It is also the boss of the enterence." + ], + "internalname": "WATCHER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Watcher" + ], + "crafttext": "" +}
\ No newline at end of file |