Files
minecraft-assets/data/minecraft/recipes/stone_brick_wall.json
2022-11-16 18:37:49 +01:00

17 lines
252 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stone_bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:stone_brick_wall"
}
}