Files
minecraft-assets/assets/minecraft/recipes/cobblestone_wall.json
2017-04-15 11:12:58 +00:00

17 lines
234 B
JSON

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