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

18 lines
272 B
JSON

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