Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/lapis_block.json

26 lines
391 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lapis_block"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:dye",
"data": 4
}
},
"result": {
"item": "minecraft:lapis_block"
}
}
}