diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-22 21:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 21:42:06 +0200 |
commit | 876eebe051fb98f2d9c4fbf90b838b30a228d835 (patch) | |
tree | 21d4510d275fcbbe0dcd7fe45124c7535ee2b434 /items/CHICKZILLA_MONSTER.json | |
parent | e59a948a5b2ce4a51c978fb188dc910a145432d0 (diff) | |
download | NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.gz NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.bz2 NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.zip |
Fixed Lavahorse name and toxic lore (#968)
* Fixed Lavahorse name and toxic lore
* Added skins
* Added mob and npc
* Fixed Booster Cookie Lore
* Fixed Prec Eye lore
* Fixed annihilation cloak
Diffstat (limited to 'items/CHICKZILLA_MONSTER.json')
-rw-r--r-- | items/CHICKZILLA_MONSTER.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/CHICKZILLA_MONSTER.json b/items/CHICKZILLA_MONSTER.json new file mode 100644 index 00000000..1dca6047 --- /dev/null +++ b/items/CHICKZILLA_MONSTER.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aChickzilla (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa48cf77-4651-26f6-a033-ff92a6874a85\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczMzM4NWQ3MWMyZTdjZGFmNjBlZjVlNDdjODBkMmFmNzMwZDk1YjU4NjUzMzQzZWFiNTZjOGZhODNkOTY1NjAifX19\"}]},Name:\"fa48cf77-4651-26f6-a033-ff92a6874a85\"},display:{Lore:[0:\"§7The [Lv100] §cChickzilla §7can be spawned once by \",1:\"§7speaking to Igrupan in Scarleton after reaching \",2:\"§57,000 Mage Reputation §7and bringing him \",3:\"§7his §a5 chickens §7back.\",4:\"\",5:\"§c❤ Health§8: §c100.000.000\"],Name:\"§aChickzilla (Monster)\"},ExtraAttributes:{id:\"CHICKZILLA_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The [Lv100] §cChickzilla §7can be spawned once by ", + "§7speaking to Igrupan in Scarleton after reaching ", + "§57,000 Mage Reputation §7and bringing him ", + "§7his §a5 chickens §7back.", + "", + "§c❤ Health§8: §c100.000.000" + ], + "internalname": "CHICKZILLA_MONSTER", + "clickcommand": "", + "modver": "2.1.1-PRE", + "info": [ + "https://wiki.hypixel.net/Chickzilla" + ], + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 1, + "xp": 4, + "name": "§cChickzilla", + "render": "@neurepo:mobs/chickzilla.json", + "panorama": "crimson_isle", + "type": "drops", + "drops": [ + { + "id": "SULPHUR_ORE:1", + "chance": "100%" + } + ] + } + ], + "infoType": "" +}
\ No newline at end of file |