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

21 lines
450 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_item:diamond_dust"
},
"tags": [
"crafting_table"
],
"group": "candle",
"ingredients": [
{
"item": "minecraft:diamond"
}
],
"result": {
"item": "mw_item:diamond_dust",
"count": 9
}
}
}