mc/minecraft/resources/data/minecraft/recipe/bowl.json
Mojang d16851f5f6 1.21
SemVer: 1.21
2024-06-13 08:24:03 +00:00

17 lines
231 B
JSON

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