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
|
{
"itemid": "minecraft:skull",
"displayname": "§3Oasis Rabbit (Sea Creature)",
"nbttag": "{SkullOwner:{Id:\"caeacf99-0d47-454a-9849-3d2b85b135ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QyNzE5MjcxYzcxNDk4MDIyNmZmMWJlZjRjYmIxZDU0NDExY2UzYTkxNGQ3ZGY3MzFiY2M3ZjYxZTk0ZTVjIn19fQ\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10,000\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§3Oasis Rabbit (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_RABBIT_SC\"}}",
"damage": 3,
"lore": [
"§c❤ Health§8: §c10,000",
"",
"§a§lUNCOMMON"
],
"internalname": "OASIS_RABBIT_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Carrot_King",
"https://wiki.hypixel.net/Oasis_Rabbit"
],
"crafttext": "",
"recipes": [
{
"name": "§cOasis Rabbit",
"render": "Rabbit",
"type": "drops",
"panorama": "farming_1",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 10",
"§7- §bOasis",
"§7- §bFished from water"
],
"drops": [
{
"id": "WATER_LILY",
"chance": "100%"
},
{
"id": "RABBIT_HIDE",
"chance": "100%"
},
{
"id": "RABBIT_FOOT",
"chance": "100%"
},
{
"id": "RABBIT",
"chance": "15%"
},
{
"id": "ENCHANTED_RABBIT",
"chance": "15%"
}
]
}
]
}
|