blob: 63768a8107cddfcc896a7668534c04937ea7c748 (
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:fire_coral"
}
},
"result": {
"item": "minecraft:fire_coral_block"
}
}
|