data pack will only launch into safemode

ive been trying for the past hour or 2 to get my data pack to launch but mc keeps saying something is wrong with it and it can only launch into safe mode. ima put my code below, if anyone can see any issues please let me know json { "description": "hellflame", "exclusive_set": "minecraft:riptide", "supported_items": "#minecraft:enchantable/trident", "weight": 1, "max_level": 1, "min_cost": { "base": 0, "per_level_above_first": 0 }, "max_cost": { "base": 0, "per_level_above_first": 0 }, "anvil_cost": 0, "slots": [ "hand" ], "effects": { "minecraft:post_attack": [ { "enchanted": "attacker", "affected": "victim", "effect": { "type": "minecraft:ignite", "duration": 100 } } ], "minecraft:damage": [ { "effect": { "type": "minecraft:add", "value": 5 } } ] } } -- json { "description": "gust", "exclusive_set": "minecraft:impaling", "supported_items": "#minecraft:enchantable/trident", "weight": 1, "max_level": 1, "min_cost": { "base": 0, "per_level_above_first": 0 }, "max_cost": { "base": 0, "per_level_above_first": 0 }, "anvil_cost": 0, "slots": [ "hand" ], "effects": { "minecraft:trident_spin_attack_strength": [ { "effect": { "type": "minecraft:set", "value": 1 } } ], "minecraft:damage": [ { "effect": { "type": "minecraft:add", "value": -9 } } ] } } -- json { "type": "minecraft:crafting_shaped", "category": "equipment", "pattern": [ " bb", " tb", "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 } } } } -- json { "type": "minecraft:crafting_shaped", "category": "equipment", "pattern": [ " cc", " tc", "r " ], "key": { "c": { "item": "minecraft:wind_charge" }, "t": { "item": "minecraft:trident" }, "r": { "item": "minecraft:breeze_rod" } }, "result": { "id": "minecraft:trident", "components": { "minecraft:custom_model_data": 2, "minecraft:item_name": "'Windy Pitch Fork'", "minecraft:enchantments": { "levels": { "pack:windshot": 1 }, "show_in_tooltip": false } } } }
Continue to help post