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

17 lines
251 B
JSON

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