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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
{
"itemid": "minecraft:skull",
"displayname": "§3Frozen Steve (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a449771-7d30-43bc-9db3-3f0a8db7d833\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA2OTFjOTljNDU1NTE3ZGVkMzdiZjM5ODA2MjI2MzYyZDdjZTYxMjVhMDRiZTcwZWM2ODNiM2M4YTI1ZmUyNCJ9fX0=\"}]}},display:{Lore:[0:\"§7The Frozen Steve is a Common Sea Creature that\",1:\"§7can only be fished up from the Jerry Pond and\",2:\"§7requires Fishing IV. \",3:\"\",4:\"§c❤ Health§8: §c700\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§3Frozen Steve (Sea Creature)\"},ExtraAttributes:{id:\"FROZEN_STEVE_SC\"}}",
"damage": 3,
"lore": [
"§7The Frozen Steve is a Common Sea Creature that",
"§7can only be fished up from the Jerry Pond and",
"§7requires Fishing IV. ",
"",
"§c❤ Health§8: §c700",
"",
"§f§lCOMMON"
],
"internalname": "FROZEN_STEVE_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Frozen_Steve",
"https://wiki.hypixel.net/Frozen_Steve"
],
"crafttext": "",
"recipes": [
{
"name": "§cFrozen Steve",
"coins": 5,
"xp": 20,
"render": "@neurepo:mobs/frozen_steve.json",
"panorama": "winter",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 1",
"§7- §bJerry Pond",
"§7- §bFished from water"
],
"drops": [
{
"id": "ICE:2",
"chance": "100%"
},
{
"id": "WATER_LILY",
"chance": "100%"
},
{
"id": "RAW_FISH-2",
"chance": "50%"
},
{
"id": "RAW_FISH:2",
"chance": "100%"
},
{
"id": "RAW_FISH-1:3",
"chance": "100%"
},
{
"id": "WHITE_GIFT",
"chance": "10%"
},
{
"id": "ICE_HUNK",
"chance": "100%"
},
{
"id": "ICE_ROD",
"chance": "4%"
}
]
}
]
}
|