1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§3Sea Leech (Sea Creature)",
"nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}",
"damage": 60,
"lore": [
"§7The Sea Leech is a Sea Creature that is a",
"§7Silverfish and occasionally can be spawned",
"§7during fishing after reaching Fishing Level 16. "
],
"internalname": "SEA_LEECH_SC",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sea_Leech"
],
"entityrender": "Silverfish",
"entityscale": 2
}
|