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

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
}