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
|
{
"itemid": "minecraft:skull",
"displayname": "§aZombie Villager (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn\u0027t the dead -\",1:\"§7it\u0027s the living\",2:\"\",3:\"§c❤ Health§8: §c120\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The real enemy isn\u0027t the dead -",
"§7it\u0027s the living",
"",
"§c❤ Health§8: §c120"
],
"internalname": "ZOMBIE_VILLAGER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Villager",
"https://wiki.hypixel.net/Zombie_Villager"
],
"crafttext": "",
"recipes": [
{
"level": 1,
"coins": 1,
"xp": 2,
"combat_xp": 7,
"name": "§cZombie Villager",
"render": "@neurepo:mobs/zombie_villager.json",
"panorama": "hub",
"type": "drops",
"drops": [
{
"id": "ROTTEN_FLESH:1",
"chance": "100%"
},
{
"id": "POISONOUS_POTATO:1",
"chance": "2%"
},
{
"id": "CARROT_ITEM:1",
"chance": "1%"
},
{
"id": "POTATO:1",
"chance": "1%"
}
]
}
]
}
|