diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-07 00:36:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 18:36:38 -0400 |
commit | a92da1429711043a51875e15892f1754e2f486d2 (patch) | |
tree | 8fc6bbba60ac11201db0197d73b5051792d795b4 /items/VOIDLING_RADICAL_MINIBOSS.json | |
parent | 6faea2bb8ad1158a71957b551169cd09e94f4100 (diff) | |
download | NotEnoughUpdates-REPO-a92da1429711043a51875e15892f1754e2f486d2.tar.gz NotEnoughUpdates-REPO-a92da1429711043a51875e15892f1754e2f486d2.tar.bz2 NotEnoughUpdates-REPO-a92da1429711043a51875e15892f1754e2f486d2.zip |
Added Myth Mobs and other Stuff (#514)
Diffstat (limited to 'items/VOIDLING_RADICAL_MINIBOSS.json')
-rw-r--r-- | items/VOIDLING_RADICAL_MINIBOSS.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/VOIDLING_RADICAL_MINIBOSS.json b/items/VOIDLING_RADICAL_MINIBOSS.json new file mode 100644 index 00000000..ed7d1b88 --- /dev/null +++ b/items/VOIDLING_RADICAL_MINIBOSS.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§5Voidling Radical (Miniboss)", + "nbttag": "{display:{Lore:[0:\"§7The Voidling Radical is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier IV Quests.\",3:\"\",4:\"§c❤ Health§8: §c25.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Radical (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_RADICAL_MINIBOSS\"}}", + "damage": 58, + "lore": [ + "§7The Voidling Radical is a Enderman Slayer", + "§7Miniboss that very rarely spawns after killing a", + "§7Enderman during Voidgloom Seraph Tier IV Quests.", + "", + "§c❤ Health§8: §c25.000.000", + "", + "§6§lPossible Drops:", + "§aNull Sphere" + ], + "internalname": "VOIDLING_RADICAL_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Voidling_Radical" + ], + "entityrender": "Enderman", + "entityscale": 0.8, + "crafttext": "" +}
\ No newline at end of file |