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/DEEP_SEA_PROTECTOR_SC.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'items/DEEP_SEA_PROTECTOR_SC.json') diff --git a/items/DEEP_SEA_PROTECTOR_SC.json b/items/DEEP_SEA_PROTECTOR_SC.json index 20e35a74..7c734b1d 100644 --- a/items/DEEP_SEA_PROTECTOR_SC.json +++ b/items/DEEP_SEA_PROTECTOR_SC.json @@ -1,20 +1,37 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Deep Sea Protector (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Deep Sea Protector is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§718. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Clownfish\",8:\"§7- §7Lily Pad\",9:\"§7- §7Sponge\",10:\"§7- §9Enchanted Book\",11:\" §7(Angler VI)\",12:\"§7- §aEnchanted Iron\",13:\"§7- §5Fishing Exp Boost\",14:\"\",15:\"§cRequirements:\",16:\"§7- Fishing Skill 18\",17:\"\",18:\"§5§lEPIC\"],Name:\"§3Deep Sea Protector (Sea Creature)\"},ExtraAttributes:{id:\"DEEP_SEA_PROTECTOR_SC\"}}", "damage": 68, "lore": [ "§7The Deep Sea Protector is a Sea Creature that ", "§7spawns while fishing after unlocking Fishing level", - "§718. It takes the appearance of an iron golem. " + "§718. It takes the appearance of an iron golem. ", + "", + "§c❤ Health§8: §c150.000", + "", + "§cDrops:", + "§7- §7Clownfish", + "§7- §7Lily Pad", + "§7- §7Sponge", + "§7- §9Enchanted Book", + " §7(Angler VI)", + "§7- §aEnchanted Iron", + "§7- §5Fishing Exp Boost", + "", + "§cRequirements:", + "§7- Fishing Skill 18", + "", + "§5§lEPIC" ], "internalname": "DEEP_SEA_PROTECTOR_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Deep_Sea_Protector" ], "entityrender": "VillagerGolem", - "entityscale": 0.8 + "entityscale": 0.8, + "crafttext": "" } \ No newline at end of file -- cgit