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

18 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:brick_wall"
},
"show_notification": true
}