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

16 lines
221 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:brick"
}
},
"pattern": [
"##",
"##"
],
"result": {
"item": "minecraft:bricks"
}
}