Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/lapis_block.json
2020-07-20 00:21:55 +08:00

17 lines
218 B
JSON

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