Files
IMoO/recipes/stone_brick_wall.json
T
2022-01-23 21:24:12 +03:00

27 lines
430 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_brick_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stonebrick",
"data": 0
}
},
"result": {
"item": "minecraft:cobblestone_wall",
"data": 7,
"count": 6
}
}
}