24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:diamond_reverse"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"###",
|
|
"###",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "mw_item:diamond_dust"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:diamond"
|
|
}
|
|
}
|
|
} |