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

19 lines
No EOL
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": "minecraft:milk_bucket",
"B": "minecraft:sugar",
"C": "minecraft:wheat",
"E": "minecraft:egg"
},
"pattern": [
"AAA",
"BEB",
"CCC"
],
"result": {
"count": 1,
"id": "minecraft:cake"
}
}