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

20 lines
309 B
JSON

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