1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§9Pack Spirit (Monster)",
"nbttag": "{display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}",
"damage": 95,
"lore": [
"§7The Pack Spirit is a Wolf mob found in the Howling",
"§7Cave. They will typically will be found in groups",
"§7near the Soul of the Alpha"
],
"internalname": "PACK_SPIRIT_MONSTER",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Pack_Spirit"
],
"entityrender": "Wolf"
}
|