Files
minecraft-assets/data/minecraft/recipe/diamond_block.json
2025-01-15 18:31:25 +01:00

16 lines
235 B
JSON

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