minecraft-src/data/minecraft/recipe/cookie.json
2025-07-04 02:00:41 +03:00

15 lines
No EOL
234 B
JSON

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