minecraft · recipes
· 1.18.2
Quartz Stairs
quartz_stairs
Recipe #2
1.18.2
#5
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": [
{
"item": "minecraft:chiseled_quartz_block"
},
{
"item": "minecraft:quartz_block"
},
{
"item": "minecraft:quartz_pillar"
}
]
},
"result": {
"item": "minecraft:quartz_stairs",
"count": 4
}
}