19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"OOO",
|
|
"OOO",
|
|
" B "
|
|
],
|
|
"key": {
|
|
"B": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"O": {
|
|
"item": "minecraft:beetroot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:beetroot_soup"
|
|
}
|
|
} |