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

16 lines
229 B
JSON

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