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

16 lines
211 B
JSON

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