Files
minecraft-assets/data/minecraft/recipe/bread.json
2025-03-12 18:31:32 +01:00

14 lines
199 B
JSON

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