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

17 lines
233 B
JSON

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