Files
minecraft-assets/data/minecraft/recipes/brick_wall.json
2022-06-29 18:37:59 +02:00

16 lines
218 B
JSON

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