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": "§aRedstone Pigman (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"3fc29372-e78e-3ad6-b0b0-05ca0a84babd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ\"}]}},display:{Lore:[0:\"§7These pigmen will defend their\",1:\"§7redstone to the death\",2:\"\",3:\"§c❤ Health§8: §c250\"],Name:\"§aRedstone Pigman (Monster)\"},ExtraAttributes:{id:\"REDSTONE_PIGMAN_MONSTER\"}}",
"damage": 3,
"lore": [
"§7These pigmen will defend their",
"§7redstone to the death",
"",
"§c❤ Health§8: §c250"
],
"internalname": "REDSTONE_PIGMAN_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Redstone_Pigman",
"https://wiki.hypixel.net/Redstone_Pigman"
],
"crafttext": "",
"recipes": [
{
"level": 10,
"coins": 12,
"xp": 25,
"combat_xp": 20,
"name": "§cRedstone Pigman",
"panorama": "mining_2",
"render": "@neurepo:mobs/redstone_pigman.json",
"type": "drops",
"drops": [
{
"id": "GOLD_NUGGET:2",
"chance": "50%"
},
{
"id": "REDSTONE:5",
"chance": "50%"
},
{
"id": "PET_ITEM_EXP_SHARE_DROP:1",
"chance": "0.01%"
},
{
"id": "DYE_BRICK_RED",
"chance": "0.00005%"
}
]
}
]
}
|