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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Sneaky Creeper (Monster)",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sneaky Creepers are a type of Creeper that\",1:\"§7spawns exclusively in the Gunpowder Mines.\",2:\"§7They have the appearance of a normal creeper -\",3:\"§7however, they are invisible until they approach\",4:\"§7the player. \",5:\"\",6:\"§c❤ Health§8: §c120\"],Name:\"§9Sneaky Creeper (Monster)\"},ExtraAttributes:{id:\"SNEAKY_CREEPER_MONSTER\"}}",
"damage": 4,
"lore": [
"§7Sneaky Creepers are a type of Creeper that",
"§7spawns exclusively in the Gunpowder Mines.",
"§7They have the appearance of a normal creeper -",
"§7however, they are invisible until they approach",
"§7the player. ",
"",
"§c❤ Health§8: §c120"
],
"internalname": "SNEAKY_CREEPER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sneaky_Creeper",
"https://wiki.hypixel.net/Sneaky_Creeper"
],
"crafttext": "",
"recipes": [
{
"level": 3,
"coins": 3,
"xp": 3,
"combat_xp": 8,
"name": "§cSneaky Creeper",
"panorama": "mining_2",
"render": "Creeper",
"type": "drops",
"drops": [
{
"id": "SULPHUR",
"chance": "100%"
},
{
"id": "PET_ITEM_EXP_SHARE_DROP",
"chance": "0.01%"
}
]
}
]
}
|