diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/GRINCH_SC.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/GRINCH_SC.json')
-rw-r--r-- | items/GRINCH_SC.json | 32 |
1 files changed, 32 insertions, 0 deletions
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 |