Files
IMoO/behavior_pack/recipes/mw_item_diamond_dust_reverse.json
T
2022-02-05 23:06:40 +03:00

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