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": "§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\"}}",
"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. "
],
"internalname": "DEEP_SEA_PROTECTOR_SC",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Deep_Sea_Protector"
],
"entityrender": "VillagerGolem",
"entityscale": 0.8
}
|