Files
minecraft-assets/data/minecraft/recipe/cookie.json
2025-02-05 18:31:24 +01:00

15 lines
234 B
JSON

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