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

16 lines
241 B
JSON

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