Files
IMoO/recipes_old/lapis_block.json
T
2022-01-24 20:17:51 +03:00

26 lines
391 B
JSON

{
"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"
}
}
}