1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"itemid": "minecraft:skull",
"displayname": "§9Spider Jockey (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"4eb8745c-80d2-356b-b4fa-f3ffa74082e7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA5MzkzNzNjYWZlNGIxZjUzOTdhYWZkMDlmM2JiMTY2M2U3YjYyOWE0MWE3NWZiZGMxODYwYjZiZjhiNDc1ZiJ9fX0\"}]}},display:{Lore:[0:\"§7The Skeletons have been\",1:\"§7controlling Spiders since the\",2:\"§7dawn of minekind.\",3:\"\",4:\"§c❤ Health§8: §c280\"],Name:\"§9Spider Jockey (Monster)\"},ExtraAttributes:{id:\"SPIDER_JOCKEY_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Skeletons have been",
"§7controlling Spiders since the",
"§7dawn of minekind.",
"",
"§c❤ Health§8: §c280"
],
"internalname": "SPIDER_JOCKEY_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Spider_Jockey",
"https://wiki.hypixel.net/Spider_Jockey"
],
"crafttext": "",
"recipes": [
{
"level": 3,
"coins": 2,
"xp": 9,
"combat_xp": 9,
"name": "§cSpider Jokey",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "SPIDER_EYE",
"chance": "x2"
},
{
"id": "STRING",
"chance": "50%"
},
{
"id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL",
"chance": "0.02%"
}
]
}
]
}
|