Files
minecraft-assets/data/minecraft/recipes/cobblestone_stairs.json
2018-12-21 06:38:40 +00:00

17 lines
232 B
JSON

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