diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/GRINCH_SC.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/GRINCH_SC.json')
-rw-r--r-- | items/GRINCH_SC.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/GRINCH_SC.json b/items/GRINCH_SC.json index 68d22fe3..d7038ef7 100644 --- a/items/GRINCH_SC.json +++ b/items/GRINCH_SC.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "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, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1f891d62-66c0-45dd-82a4-44669aeb19fa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTljODlhODg5YzRiYjQyMWVhOWM1NmNiZWFlN2FmMWU2ZDg1ZjRmYWZmMzRhY2JhNzJlMWE4ZDVjNDExNmE4In19fQ\u003d\u003d\"}]}},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": 3, "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. ", @@ -27,6 +27,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Grinch" ], - "entityrender": "Zombie", "crafttext": "" }
\ No newline at end of file |