diff options
Diffstat (limited to 'items/VOIDLING_EXTREMIST_MONSTER.json')
-rw-r--r-- | items/VOIDLING_EXTREMIST_MONSTER.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/items/VOIDLING_EXTREMIST_MONSTER.json b/items/VOIDLING_EXTREMIST_MONSTER.json index a026ed7b..130cc17d 100644 --- a/items/VOIDLING_EXTREMIST_MONSTER.json +++ b/items/VOIDLING_EXTREMIST_MONSTER.json @@ -1,14 +1,17 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§5Voidling Extremist (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Voidling Fanatic is a neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture\",3:\"\",4:\"§c❤ Health§8: §c8.000.000\"],Name:\"§5Voidling Extremist (Monster)\"},ExtraAttributes:{id:\"VOIDLING_EXTREMIST_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Voidling Fanatic is a neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture\",3:\"\",4:\"§c❤ Health§8: §c8.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§6Enderman Cortex Rewriter\"],Name:\"§5Voidling Extremist (Monster)\"},ExtraAttributes:{id:\"VOIDLING_EXTREMIST_MONSTER\"}}", "damage": 58, "lore": [ "§7The Voidling Fanatic is a neutral mob", "§7added in the End Slayer Update. It currently", "§7spawns in the Void Sepulture", "", - "§c❤ Health§8: §c8.000.000" + "§c❤ Health§8: §c8.000.000", + "", + "§6§lPossible Drops:", + "§6Enderman Cortex Rewriter" ], "internalname": "VOIDLING_EXTREMIST_MONSTER", "clickcommand": "", |