Files
minecraft-assets/data/minecraft/recipes/lapis_block.json
2022-02-02 18:34:36 +00:00

16 lines
220 B
JSON

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