Files
minecraft-assets/data/minecraft/recipes/cookie.json
2022-06-29 18:37:59 +02:00

18 lines
258 B
JSON

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