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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Star Sentry (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5240153-76df-343b-a524-015376dfd43b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg3YjhmM2NmMWMxMDE0ODgzMjc2ZjIzMDUwMWQ1YWYxMzk3Njk5MDcxYmZhYjFlZTI5NGM4NjE3MjJjYzJmIn19fQ\"}]}},display:{Lore:[0:\"§7The Star Sentry is a mob that spawns near\",1:\"§7fallen star in the Dwarven Mines (random event).\",2:\"§7The Star Sentry takes 1 health per hit.\",3:\"§7Fallen Star Event spawns in one of the \",4:\"§7following locations: Royal Mines, Far Reserve,\",5:\"§7Goblin Burrows, Upper Mines, Rampart's Quarry,\",6:\"§7Great Ice Wall and the Cliffside Veins.\",7:\"\",8:\"§c❤ Health§8: §c10\"],Name:\"§9Star Sentry (Monster)\"},ExtraAttributes:{id:\"STAR_SENTRY_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Star Sentry is a mob that spawns near",
"§7fallen star in the Dwarven Mines (random event).",
"§7The Star Sentry takes 1 health per hit.",
"§7Fallen Star Event spawns in one of the ",
"§7following locations: Royal Mines, Far Reserve,",
"§7Goblin Burrows, Upper Mines, Rampart's Quarry,",
"§7Great Ice Wall and the Cliffside Veins.",
"",
"§c❤ Health§8: §c10"
],
"internalname": "STAR_SENTRY_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Star_Sentry",
"https://wiki.hypixel.net/Star_Sentry"
],
"crafttext": "",
"recipes": [
{
"name": "§cStar Sentry",
"coins": 100,
"xp": 50,
"panorama": "mining_3",
"render": "@neurepo:mobs/star_sentry.json",
"level": 50,
"type": "drops",
"drops": [
{
"id": "MITHRIL_ORE:5",
"chance": "100%"
},
{
"id": "STARFALL",
"chance": "20%"
}
]
}
]
}
|