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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Charged Creeper (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"eed2d903-ca32-4cc7-b33b-ca3bdbe18da4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjQyNTQ4MzhjMzNlYTIyN2ZmY2EyMjNkZGRhYWJmZTBiMDIxNWY3MGRhNjQ5ZTk0NDQ3N2Y0NDM3MGNhNjk1MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Charged Creeper is a mob that spawn during the Thunder\",1:\"§7event from the Blood God Shrine.\",2:\"\",3:\"§c❤ Health§8: §c17,500\"],Name:\"§9Charged Creeper (Monster)\"},ExtraAttributes:{id:\"CHARGED_CREEPER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Charged Creeper is a mob that spawn during the Thunder",
"§7event from the Blood God Shrine.",
"",
"§c❤ Health§8: §c17,500"
],
"internalname": "CHARGED_CREEPER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Charged_Creeper",
"https://wiki.hypixel.net/Charged_Creeper"
],
"crafttext": "",
"recipes": [
{
"name": "§cCharged Creeper",
"coins": 250,
"xp": 10,
"render": "@neurepo:mobs/charged_creeper.json",
"panorama": "hub",
"level": 50,
"type": "drops",
"drops": [
{
"id": "ENCHANTED_GUNPOWDER",
"chance": "100%"
}
]
}
]
}
|