Files
minecraft-assets/data/minecraft/recipe/lapis_block.json
2024-11-06 18:31:49 +01:00

16 lines
238 B
JSON

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