Files
minecraft-assets/data/minecraft/recipes/emerald_block.json
2018-07-18 20:51:45 +02:00

16 lines
207 B
JSON

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