Files
minecraft-assets/data/minecraft/recipes/end_stone_brick_stairs.json
2018-12-21 06:39:57 +00:00

17 lines
241 B
JSON

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