diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2024-06-09 11:02:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-09 17:02:50 +0200 |
commit | deb348d2b60a46822f4cae9fbd333a5342add739 (patch) | |
tree | 81e6153860d64a72fae4621723195fe9c20ca978 /items/CRYPT_DREADLORD_MONSTER.json | |
parent | ef6c397e9c74d4374f156e42b1b77acf244ad241 (diff) | |
download | NotEnoughUpdates-REPO-deb348d2b60a46822f4cae9fbd333a5342add739.tar.gz NotEnoughUpdates-REPO-deb348d2b60a46822f4cae9fbd333a5342add739.tar.bz2 NotEnoughUpdates-REPO-deb348d2b60a46822f4cae9fbd333a5342add739.zip |
Fixed a few dungeon mobs (#1245)
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/CRYPT_DREADLORD_MONSTER.json')
-rw-r--r-- | items/CRYPT_DREADLORD_MONSTER.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/CRYPT_DREADLORD_MONSTER.json b/items/CRYPT_DREADLORD_MONSTER.json index d0b32367..88e640bf 100644 --- a/items/CRYPT_DREADLORD_MONSTER.json +++ b/items/CRYPT_DREADLORD_MONSTER.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§9Crypt Dreadlord (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68b4c885-7447-3382-b86b-b661b464d76e\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjI0Mjc0MTA5MTQsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZmMzQ5MjcwYTNiODUxODk2Y2RhZDg0MmY1ZWVjNmUxNDBiZDkxMTliNzVjMDc0OTU1YzNiZTc4NjVlMjdjNyJ9fX0\"}]}},display:{Lore:[0:\"§7Lord of dread\",1:\"\",2:\"§c❤ Health§8: §c19,000 - 840,000\",3:\"§c❤ Health §8(MM) : §c1,050,000 - 20,000,200\"],Name:\"§9Crypt Dreadlord (Monster)\"},ExtraAttributes:{id:\"CRYPT_DREADLORD_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68b4c885-7447-3382-b86b-b661b464d76e\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjI0Mjc0MTA5MTQsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZmMzQ5MjcwYTNiODUxODk2Y2RhZDg0MmY1ZWVjNmUxNDBiZDkxMTliNzVjMDc0OTU1YzNiZTc4NjVlMjdjNyJ9fX0\"}]}},display:{Lore:[0:\"§7Trained in the dark art of wither \",1:\"§7magic.\",2:\"\",3:\"§c❤ Health§8: §c19,000 - 840,000\",4:\"§c❤ Health §8(MM) : §c1,050,000 - 20,000,200\"],Name:\"§9Crypt Dreadlord (Monster)\"},ExtraAttributes:{id:\"CRYPT_DREADLORD_MONSTER\"}}", "damage": 3, "lore": [ - "§7Lord of dread", + "§7Trained in the dark art of wither", + "§7magic.", "", "§c❤ Health§8: §c19,000 - 840,000", "§c❤ Health §8(MM) : §c1,050,000 - 20,000,200" ], "internalname": "CRYPT_DREADLORD_MONSTER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.3.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crypt_Dreadlord", @@ -35,4 +36,4 @@ ] } ] -}
\ No newline at end of file +} |