I have this json file:
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"c": "minecraft:apple",
"m": "minecraft
milk_bucket"
},
"pattern": [
" c ",
"cmc",
" c "
],
"result": {
"components": {},
"count": 2,
"id": "minecraft:diamond"
},
"show_notification": true
}
it works perfectly fine with "minecraft:dirt" instead of "minecraft:milk_bucket"