Files
minecraft-assets/data/minecraft/recipes/brick_wall.json
2019-04-06 17:15:10 +00:00

16 lines
218 B
JSON

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