Files
2020-07-20 00:21:55 +08:00

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"
}
}