Crafting recipe won't work

I'm using the 2024 April Fools Update I'm trying to make the pedestal craftable, but when I try it in game the pack loads but the recipe doesn't work the experiments I have enabled are Bundles and Update 1.21 Below is the is the text in the only json file in my pack

{ "type": "minecraft:crafting_shaped", "pattern": [ "#P#", "gQg", "g#g" ], "key": { "#": { "item": "minecraft:gold_block" }, "P": { "item": "minecraft:poisonous_potato" }, "g": { "item": "minecraft:gold_ingot" }, "Q": { "item": "minecraft:quartz_pillar" } }, "result": { "item": "minecraft:pedestal", "count": 1 }, "group": "potatoes" }

Continue to help post