diff options
Diffstat (limited to 'items/SEA_GUARDIAN_SC.json')
-rw-r--r-- | items/SEA_GUARDIAN_SC.json | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/items/SEA_GUARDIAN_SC.json b/items/SEA_GUARDIAN_SC.json index 96e6e3da..020b4313 100644 --- a/items/SEA_GUARDIAN_SC.json +++ b/items/SEA_GUARDIAN_SC.json @@ -1,19 +1,33 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Sea Guardian (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Guardian is a Common sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§7V. He is small but powerful. \",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Prismarine Crystals\",9:\"§7- §7Prismarine Shard\",10:\"§7- §7Sea Lantern\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 5\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§3Sea Guardian (Sea Creature)\"},ExtraAttributes:{id:\"SEA_GUARDIAN_SC\"}}", "damage": 68, "lore": [ "§7The Sea Guardian is a Common sea creature that", "§7spawns while fishing after unlocking Fishing level", - "§7V. He is small but powerful. " + "§7V. He is small but powerful. ", + "", + "§c❤ Health§8: §c5.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Prismarine Crystals", + "§7- §7Prismarine Shard", + "§7- §7Sea Lantern", + "", + "§cRequirements:", + "§7- Fishing Skill 5", + "", + "§f§lCOMMON" ], "internalname": "SEA_GUARDIAN_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Guardian" ], - "entityrender": "Guardian" + "entityrender": "Guardian", + "crafttext": "" }
\ No newline at end of file |