Custom recipe for create

I'm trying to make a custom recipe for the create mod The datapack is loaded, recipes unrelated to create work

But when I try to make somethiing like this:


{
    "type": "create:pressing",
    "ingredients": [
        {
            "item": "minecraft:oak_log"
        }
    ], 
    "results": [
        {
            "item": "minecraft:oak_door",
            "count": 1
        }
    ]
}

It doesn't work, neither does it show up in the JEI menu

Neoforge 1.21.1

Continue to help post