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
|
{
"itemid": "minecraft:packed_ice",
"displayname": "§fPacked Ice",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPacked Ice\"},ExtraAttributes:{id:\"PACKED_ICE\"}}",
"damage": 0,
"lore": [
"§f§lCOMMON"
],
"recipe": {
"A1": "ICE:1",
"A2": "ICE:1",
"A3": "ICE:1",
"B1": "ICE:1",
"B2": "ICE:1",
"B3": "ICE:1",
"C1": "ICE:1",
"C2": "ICE:1",
"C3": "ICE:1"
},
"internalname": "PACKED_ICE",
"clickcommand": "viewrecipe",
"modver": "1.7.1-REL",
"vanilla": true,
"crafttext": "Requires: Ice III"
}
|