Files
minecraft-assets/data/minecraft/recipes/emerald_block.json
2021-03-10 23:45:15 +00:00

16 lines
207 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:emerald"
}
},
"result": {
"item": "minecraft:emerald_block"
}
}