blob: d41d1cb8b9cf9e9d2ff1c9a5c2e2df75b179d9b3 (
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:tube_coral"
}
},
"result": {
"item": "minecraft:tube_coral_block"
}
}
|