how can i make a trident do more damage

i made a custom trident crafting recipe and cant for the life of me make it do more damage json { "type": "minecraft:crafting_shaped", "category": "equipment", "pattern": [ "bbb", " t ", " n " ], "key": { "b": { "item": "minecraft:blaze_powder" }, "t": { "item": "minecraft:trident" }, "n": { "item": "minecraft:netherite_ingot" } }, "result": { "id": "minecraft:trident", "components": { "minecraft:custom_model_data": 1, "minecraft:item_name": "'Inferno Pitch Fork'", "minecraft:enchantments": { "levels": { "pack:hellfire": 1 }, "show_in_tooltip": false } } } }
Continue to help post