blob: d28f4b21c583c61442d012064f0b1f8022ff45a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:packed_ice"
}
},
"result": {
"item": "minecraft:blue_ice"
}
}
|