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