Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/bread.json
2020-07-20 00:21:55 +08:00

14 lines
175 B
JSON

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