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
49
50
51
52
53
54
55
56
57
58
|
{
"itemid": "minecraft:skull",
"displayname": "§3Lord Jawbus (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Lord Jawbus is a Sea Creature that \",1:\"§7spawns while fishing after unlocking Fishing level\",2:\"§745. It takes the appearance of an iron golem. \",3:\"\",4:\"§c❤ Health§8: §c100,000,000\",5:\"\",6:\"§d§lMYTHIC\"],Name:\"§3Lord Jawbus (Sea Creature)\"},ExtraAttributes:{id:\"LORD_JAWBUS_SC\"}}",
"damage": 3,
"lore": [
"§7The Lord Jawbus is a Sea Creature that ",
"§7spawns while fishing after unlocking Fishing level",
"§745. It takes the appearance of an iron golem. ",
"",
"§c❤ Health§8: §c100,000,000",
"",
"§d§lMYTHIC"
],
"internalname": "LORD_JAWBUS_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Lord_Jawbus",
"https://wiki.hypixel.net/Lord_Jawbus"
],
"crafttext": "",
"recipes": [
{
"name": "§cLord Jawbus",
"coins": 10000,
"level": 600,
"xp": 20000,
"render": "Eisengolem",
"panorama": "hub",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 45",
"§7- §bCrimson Isle Lava"
],
"drops": [
{
"id": "MAGMA_FISH:25",
"chance": "100%"
},
{
"id": "MAGMA_LORD_FRAGMENT:1",
"chance": "100%"
},
{
"id": "ATTRIBUTE_SHARD",
"chance": "2%"
},
{
"id": "RADIOACTIVE_VIAL",
"chance": "0.3%"
}
]
}
]
}
|