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

18 lines
262 B
JSON

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