minecraft-assets/data/minecraft/recipes/smooth_quartz_stairs.json

17 lines
246 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_quartz"
}
},
"result": {
"item": "minecraft:smooth_quartz_stairs",
"count": 4
}
}