Files
minecraft-assets/assets/minecraft/recipes/wheat.json
2018-01-13 19:17:52 +00:00

15 lines
193 B
JSON

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