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

17 lines
243 B
JSON

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