Try changing the "type" to "minecraft:crafting_shaped"
I had this issue until I figured it out
Example:
{
"type": "minecraft:crafting_shaped",
"group": "minecraft:slime",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "blobman:blue_slimeball"
}
},
"result": {
"item": "blobman:blue_slime"
}
}