From 207e0ee6ed384dc8f8f66ac94684cc838ec74698 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:15:22 +0200 Subject: SB Changes, Mobs Part 2 and Easter Things (#456) * constants things * SB Changes and Easter Things * Mobs * Update pls no hate --- items/GRINCH_SC.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/GRINCH_SC.json (limited to 'items/GRINCH_SC.json') diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json new file mode 100644 index 00000000..68d22fe3 --- /dev/null +++ b/items/GRINCH_SC.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Grinch (Sea Creature)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. \",1:\"§7It is very fast, and tries to throw itself in to the Void. \",2:\"§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.\",3:\"\",4:\"§c❤ Health§8: §c10\",5:\"\",6:\"§cDrops:\",7:\"§7- §7White Gift\",8:\"§7- §aGreen Gift\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 21\",12:\"§7- §bJerry Pond\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§3Grinch (Sea Creature)\"},ExtraAttributes:{id:\"GRINCH_SC\"}}", + "damage": 56, + "lore": [ + "§7The Grinch is a Sea Creature that can only be fished up from the Jerry Pond. ", + "§7It is very fast, and tries to throw itself in to the Void. ", + "§7It takes only §c1❤ §7each hit and drops 1 Gift every time it is damaged.", + "", + "§c❤ Health§8: §c10", + "", + "§cDrops:", + "§7- §7White Gift", + "§7- §aGreen Gift", + "", + "§cRequirements:", + "§7- Fishing Skill 21", + "§7- §bJerry Pond", + "", + "§a§lUNCOMMON" + ], + "internalname": "GRINCH_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grinch" + ], + "entityrender": "Zombie", + "crafttext": "" +} \ No newline at end of file -- cgit