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

18 lines
258 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#X#"
],
"key": {
"#": {
"item": "minecraft:wheat"
},
"X": {
"item": "minecraft:cocoa_beans"
}
},
"result": {
"item": "minecraft:cookie",
"count": 8
}
}