Files
minecraft-assets/data/minecraft/recipes/lapis_block.json
2023-05-24 18:29:03 +02:00

18 lines
275 B
JSON

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