Files
minecraft-assets/data/minecraft/recipe/tuff_brick_wall.json
2024-06-13 21:50:08 +02:00

17 lines
248 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:tuff_bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"id": "minecraft:tuff_brick_wall"
}
}