Files
minecraft-assets/data/minecraft/recipes/cookie.json
2018-07-18 20:51:45 +02:00

18 lines
248 B
JSON

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