Help in loot tables

{ "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:stick", "functions": [ { "function": "minecraft:set_components", "components": { "minecraft:can_break": { "blocks": "#minecraft:all_blocks" }, "minecraft:hide_additional_tooltip": {} } } ] } ] } ] }

I want to hide the block list the stick can break, however this doesn't working. They changed "HideFlags" nbt in 1.20.5, so i don't know how can I implement this in new version. Can you please help?

Continue to help post