blob: 3cbd581b94be9fb9e79951e22e5cac371d78b80c (
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:acacia_planks"
}
},
"result": {
"item": "minecraft:acacia_slab",
"count": 6
}
}
|