Flashing Night Vision...

This code works and runs fine although the night vision gives this annoying af flashing effect wondering if anyone knows why and how I can fix it? { "name": "Amethyst Veil", "description": "All Glimmerkin gain improved cave vision, effortlessly find treasures, and move swiftly with unmatched agility in the depths, endowed by underground essence.", "condition": { "type": "origins:in_block", "block_condition": { "type": "origins:light_level", "light_type": "sky", "comparison": "<", "compare_to": 8 } }, "type": "origins:stacking_status_effect", "min_stacks": 1, "max_stacks": 2, "duration_per_stack": 80, "tick_rate": 5, "effects": [ { "effect": "minecraft:haste", "duration": 80, "amplifier": 1, "show_particles": false, "show_icon": true }, { "effect": "minecraft:night_vision", "duration": 80, "amplifier": 2, "show_particles": false, "show_icon": true } ] }
Continue to help post