blob: 63a7b20033a98cbaf53db4af82aa4d001381f794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:mossy_stone_bricks"
}
},
"result": {
"item": "minecraft:mossy_stone_brick_slab",
"count": 6
}
}
|