G GameIDs
minecraft · recipes · 1.13.2

Brewing Stand

brewing_stand

Recipe #596

1.13.2 #10
{
    "type": "crafting_shaped",
    "pattern": [
        " B ",
        "###"
    ],
    "key": {
        "B": {
            "item": "minecraft:blaze_rod"
        },
        "#": {
            "item": "minecraft:cobblestone"
        }
    },
    "result": {
        "item": "minecraft:brewing_stand"
    }
}