tick doesn't working
Hi everyone, I’m making a datapack for Minecraft 1.21 that should spawn an anomaly (an armor stand with a tag that teleports the player when they get close). The commands themselves work fine if I run them manually, but the tick function does not run at all. To test it, I put a simple line in tick.mcfunction: say tick is working. After running /reload in game, nothing shows up, which means the tick file isn’t executing. My tick.json looks like this: { "values": [ "welcometofoganomaly:tick" ] }. And my folder structure is: data/minecraft/tags/function/tick.json and data/welcometofoganomaly/functions/tick.mcfunction. I also tried reloading the world and recreating the datapack, but the tick still doesn’t fire. Other functions inside the datapack work fine if I call them manually, so the problem seems specific to tick. I’ll attach 3 screenshots: the tick.mcfunction, the tick.json, and my folder structure.