datapack not working anymore (solved)

i have a datapack for a server that changes the crafting table recipe, its not showing up when i put the materials in anymore, The mcmeta file: { "pack": { "description": "Paint Thinner Recipe Revamps", "pack_format": 48 }, "filter": { "block": [ { "namespace": "minecraft", "path": "recipe/crafting_table.json" } ] } } the crafting recipe.json { "type": "minecraft:crafting_shapeless", "ingredients": [ "minecraft:leather", "minecraft:leather", "minecraft:leather", "minecraft:iron_axe", "minecraft:smithing_table", "minecraft:iron_pickaxe", "minecraft:iron_shovel", "minecraft:shears" ], "result": { "id": "minecraft:crafting_table", "count": 1 }, "group": "custom" }
Continue to help post