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