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
59
60
61
62
63
64
65
|
{
"itemid": "minecraft:skull",
"displayname": "§3Zombie Miner (Sea Creature)",
"nbttag": "{display:{Lore:[0:\"§c❤ Health§8: §c2,000,000\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}",
"damage": 2,
"lore": [
"§c❤ Health§8: §c2,000,000",
"",
"§6§lLEGENDARY"
],
"internalname": "ZOMBIE_MINER_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner",
"https://wiki.hypixel.net/Zombie_Miner"
],
"crafttext": "viewrecipe",
"recipes": [
{
"name": "§cZombie Miner",
"level": 150,
"coins": 10,
"xp": 10,
"render": "@neurepo:mobs/zombie_miner.json",
"panorama": "crystal_hollows",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 24",
"§7- §2Mithril Deposits",
"§7- §bPrecursor Remnants",
"§7- §2Jungle",
"§7- §bFished from water"
],
"drops": [
{
"id": "FLAWED_AMETHYST_GEM",
"chance": "20%"
},
{
"id": "FLAWED_JADE_GEM",
"chance": "20%"
},
{
"id": "FLAWED_SAPPHIRE_GEM",
"chance": "20%"
},
{
"id": "ROUGH_AMETHYST_GEM:20",
"chance": "100%"
},
{
"id": "ROUGH_JADE_GEM:20",
"chance": "100%"
},
{
"id": "ROUGH_SAPPHIRE_GEM:20",
"chance": "100%"
}
]
}
]
}
|