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/SEA_WITCH_SC.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'items/SEA_WITCH_SC.json') diff --git a/items/SEA_WITCH_SC.json b/items/SEA_WITCH_SC.json index 864b04d8..11f1d3ae 100644 --- a/items/SEA_WITCH_SC.json +++ b/items/SEA_WITCH_SC.json @@ -1,18 +1,35 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Sea Witch (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Witch is a sea creature that can be\",1:\"§7spawned by using Light Bait during the daytime.\",2:\"\",3:\"§c❤ Health§8: §c6.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Clownfish\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Salmon\",9:\"§7- §9Fairy\u0027s Fedora\",10:\"§7- §9Fairy\u0027s Galoshes\",11:\"§7- §9Fairy\u0027s Polo\",12:\"§7- §9Fairy\u0027s Trousers\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 7\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§3Sea Witch (Sea Creature)\"},ExtraAttributes:{id:\"SEA_WITCH_SC\"}}", "damage": 66, "lore": [ "§7The Sea Witch is a sea creature that can be", - "§7spawned by using Light Bait during the daytime." + "§7spawned by using Light Bait during the daytime.", + "", + "§c❤ Health§8: §c6.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Raw Salmon", + "§7- §9Fairy\u0027s Fedora", + "§7- §9Fairy\u0027s Galoshes", + "§7- §9Fairy\u0027s Polo", + "§7- §9Fairy\u0027s Trousers", + "", + "§cRequirements:", + "§7- Fishing Skill 7", + "", + "§a§lUNCOMMON" ], "internalname": "SEA_WITCH_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Witch" ], - "entityrender": "Witch" + "entityrender": "Witch", + "crafttext": "" } \ No newline at end of file -- cgit