Files
minecraft-assets/data/minecraft/recipes/smooth_quartz_stairs.json
2023-02-22 18:29:48 +01:00

19 lines
301 B
JSON

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