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

19 lines
309 B
JSON

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