Files
minecraft-assets/data/minecraft/recipes/sandstone_wall.json
2022-06-08 13:07:58 +02:00

16 lines
225 B
JSON

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