So in my modpack there are some recipes I want added and removed in my pack so I thought I should just learn how to and create a datapack, the recipe from the image comes from a mod called "Create: balanced flight"
and I want to remove the angel ring recipe. I already learned how to remove recipes ```json
"filter": {
"block": [
{
"namespace": "...",
"path": "..."
}
]
}
but this specific recipe I do not know how to remove