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

15 lines
207 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:wheat"
}
},
"pattern": [
"###"
],
"result": {
"item": "minecraft:bread"
}
}