Files
minecraft-assets/data/minecraft/recipes/lapis_block.json
2024-02-14 17:44:28 +01:00

17 lines
246 B
JSON

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