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

16 lines
233 B
JSON

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