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

18 lines
293 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:mossy_stone_bricks"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:mossy_stone_brick_wall"
},
"show_notification": true
}