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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Golden Goblin (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"81435058-f0e1-2bda-b932-aa34dbb702c3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE3Mjg1MDkwNmI3ZjBkOTUyYzBlNTA4MDczY2M0MzlmZDMzNzRjY2Y1Yjg4OWMwNmY3ZThkOTBjYzBjYzI1NWMifX19\"}]},Name:\"81435058-f0e1-2bda-b932-aa34dbb702c3\"},display:{Lore:[0:\"§7Chance to spawn from Eggs:\",1:\"§9Goblin Egg §7- §a2%\",2:\"§aGreen Goblin Egg §7- §a2.5%\",3:\"§eYellow Goblin Egg §7- §a3.33\",4:\"§cRed Goblin Egg §7- §a5%\",5:\"§3Blue Goblin Egg §7- §a10%\",6:\"\",7:\"§7Other Sources:\",8:\"§7Custom Ores (§6Gold §7etc.) §7- §a0.1%\",9:\"§dGemstones §7and §3Mithril §7in the §5Crystal Hollows §7- §a0.1%\",10:\"§7Hard Stone in the §5Crystal Hollows §7- §a0.01%\",11:\"\",12:\"§c❤ Health§8: §c3\"],Name:\"§9Golden Goblin (Monster)\"},ExtraAttributes:{id:\"GOLDEN_GOBLIN_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Chance to spawn from Eggs:",
"§9Goblin Egg §7- §a2%",
"§aGreen Goblin Egg §7- §a2.5%",
"§eYellow Goblin Egg §7- §a3.33",
"§cRed Goblin Egg §7- §a5%",
"§3Blue Goblin Egg §7- §a10%",
"",
"§7Other Sources:",
"§7Custom Ores (§6Gold §7etc.) §7- §a0.1%",
"§dGemstones §7and §3Mithril §7in the §5Crystal Hollows §7- §a0.1%",
"§7Hard Stone in the §5Crystal Hollows §7- §a0.01%",
"",
"§c❤ Health§8: §c3"
],
"internalname": "GOLDEN_GOBLIN_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Golden_Goblin",
"https://wiki.hypixel.net/Golden_Goblin"
],
"crafttext": "",
"recipes": [
{
"level": 50,
"coins": 100,
"xp": 50,
"combat_xp": 0,
"name": "§cGolden Goblin",
"panorama": "mining_3",
"render": "@neurepo:mobs/golden_goblin.json",
"type": "drops",
"extra": [
"§7Other Drops:",
"§7+ §2200 Mithril Powder"
],
"drops": [
{
"id": "ESSENCE_GOLD:1",
"chance": "100%",
"extra": [
"x2-3"
]
},
{
"id": "MITHRIL_ORE:5",
"chance": "100%"
}
]
}
]
}
|