blob: 057ded7acec8ab97864ea09e566af3f42b40ce7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:brain_coral"
}
},
"result": {
"item": "minecraft:brain_coral_block"
}
}
|