Files
minecraft-assets/data/minecraft/recipes/brick_wall.json
2021-07-07 09:21:22 +00:00

16 lines
218 B
JSON

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