diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 19:46:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 13:46:08 -0400 |
commit | ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a (patch) | |
tree | 0e6586eb40cd109df8eef8371e839ca33e598743 /items/VOIDLING_FANATIC_MONSTER.json | |
parent | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (diff) | |
download | NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.tar.gz NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.tar.bz2 NotEnoughUpdates-REPO-ae76e23e9d7963e3452fd94c36072cb6cfd8cc1a.zip |
Wiki Links, Mobs and fixing a oopsi from me (#504)
Diffstat (limited to 'items/VOIDLING_FANATIC_MONSTER.json')
-rw-r--r-- | items/VOIDLING_FANATIC_MONSTER.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/VOIDLING_FANATIC_MONSTER.json b/items/VOIDLING_FANATIC_MONSTER.json new file mode 100644 index 00000000..ab960c35 --- /dev/null +++ b/items/VOIDLING_FANATIC_MONSTER.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§5Voidling Fanatic (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Voidling Fanatic is a level 85 neutral mob\",1:\"§7added in the End Slayer Update. It currently\",2:\"§7spawns in the Void Sepulture.\",3:\"\",4:\"§c❤ Health§8: §c750.000\"],Name:\"§5Voidling Fanatic (Monster)\"},ExtraAttributes:{id:\"VOIDLING_FANATIC_MONSTER\"}}", + "damage": 58, + "lore": [ + "§7The Voidling Fanatic is a level 85 neutral mob", + "§7added in the End Slayer Update. It currently", + "§7spawns in the Void Sepulture.", + "", + "§c❤ Health§8: §c750.000" + ], + "internalname": "VOIDLING_FANATIC_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Voidling_Fanatic" + ], + "entityrender": "Enderman", + "entityscale": 0.8, + "crafttext": "" +}
\ No newline at end of file |