Files
minecraft-assets/data/minecraft/recipes/quartz_stairs.json
2024-02-14 17:44:28 +01:00

26 lines
408 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:chiseled_quartz_block"
},
{
"item": "minecraft:quartz_block"
},
{
"item": "minecraft:quartz_pillar"
}
]
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:quartz_stairs"
}
}