Files
minecraft-assets/data/minecraft/recipes/deepslate_tile_stairs.json
2023-05-24 18:29:03 +02:00

19 lines
304 B
JSON

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