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

16 lines
207 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "minecraft:diamond_block"
}
}