Files
minecraft-assets/data/minecraft/recipe/red_sandstone_wall.json
2024-11-20 18:31:23 +01:00

15 lines
231 B
JSON

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