G GameIDs
minecraft · recipes · 1.16.5

Cake

cake

Recipe #184

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "AAA",
        "BEB",
        "CCC"
    ],
    "key": {
        "A": {
            "item": "minecraft:milk_bucket"
        },
        "B": {
            "item": "minecraft:sugar"
        },
        "C": {
            "item": "minecraft:wheat"
        },
        "E": {
            "item": "minecraft:egg"
        }
    },
    "result": {
        "item": "minecraft:cake"
    }
}