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": "§9Weaver Spider (Monster)",
"nbttag": "{display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}",
"damage": 52,
"lore": [
"§7The Weaver Spider is a spider that acts normally, but",
"§7it can also shoot webs that slow you down for a small",
"§7amount of time. Weaver Spiders can be found in the",
"§7Spider\u0027s Den, usually higher up in the nest. "
],
"internalname": "WEAVER_SPIDER_MONSTER",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Weaver_Spider"
],
"entityrender": "Spider"
}
|