blob: 84de5e06192503a56539d5717ced3d4975c77241 (
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_cobblestone"
}
},
"result": {
"item": "minecraft:mossy_cobblestone_slab",
"count": 6
}
}
|