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

18 lines
284 B
JSON

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