minecraft-assets/data/minecraft/recipes/bowl.json

16 lines
211 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:bowl",
"count": 4
}
}