G GameIDs
minecraft · recipes · 1.12.2

Stone Stairs

stone_stairs

Recipe #400

1.12.2 #11
{
    "type": "crafting_shaped",
    "pattern": [
        "#  ",
        "## ",
        "###"
    ],
    "key": {
        "#": {
            "item": "minecraft:cobblestone"
        }
    },
    "result": {
        "item": "minecraft:stone_stairs",
        "count": 4
    }
}