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
|
{
"itemid": "minecraft:skull",
"displayname": "§aBat Piñata (Monster)",
"nbttag": "{SkullOwner:{Id:\"62e67882-f5a4-411b-816f-2f704b3feb51\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjc2NjE5NjUyZmFmZWM5MGNlOThkZjUwMTNjNjNkYzZhNzc3NzZhYjI3ODczYjczZGFmYjJiNmJkZWIxODUifX19\u003d\"}]}},display:{Lore:[0:\"§7The Bat Piñata is a bat that only appears during\",1:\"§7the Spooky Festival.\",2:\"\",3:\"§c❤ Health§8: §c5\"],Name:\"§aBat Piñata (Monster)\"},ExtraAttributes:{id:\"BAT_PINATA_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Bat Piñata is a bat that only appears during",
"§7the Spooky Festival.",
"",
"§c❤ Health§8: §c5"
],
"internalname": "BAT_PINATA_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bat"
],
"crafttext": "",
"recipes": [
{
"name": "§aBat Piñata",
"coins": 100,
"xp": 100,
"level": 25,
"render": "Bat",
"panorama": "hub",
"type": "drops",
"drops": [
{
"id": "GREEN_CANDY",
"chance": "90%"
},
{
"id": "PURPLE_CANDY",
"chance": "10%"
},
{
"id": "BAT_THE_FISH",
"chance": "2%"
}
]
}
]
}
|