minecraft-assets/data/minecraft/recipes/end_stone_brick_stairs.json

19 lines
306 B
JSON

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