Files
minecraft-assets/data/minecraft/recipes/granite_stairs.json
2024-05-07 18:18:06 +02:00

18 lines
258 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:granite"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:granite_stairs"
}
}