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
|
{
"itemid": "minecraft:packed_ice",
"displayname": "§9Ice Cube",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Prevents all ice from melting on\",1:\"§7your private island.\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Ice Cube\"},ExtraAttributes:{id:\"ICE_CUBE\"}}",
"damage": 0,
"lore": [
"§7Prevents all ice from melting on",
"§7your private island.",
"",
"§9§lRARE"
],
"recipe": {
"A1": "ENCHANTED_ICE:1",
"A2": "ENCHANTED_ICE:1",
"A3": "ENCHANTED_ICE:1",
"B1": "ENCHANTED_ICE:1",
"B2": "PACKED_ICE:1",
"B3": "ENCHANTED_ICE:1",
"C1": "ENCHANTED_ICE:1",
"C2": "ENCHANTED_ICE:1",
"C3": "ENCHANTED_ICE:1"
},
"internalname": "ICE_CUBE",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"crafttext": "Requires: Ice VII",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Ice_Cube",
"https://wiki.hypixel.net/Ice_Cube"
]
}
|