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

16 lines
238 B
JSON

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