Blocking a certain advancement path
Hello! I've been trying to block the
mainadvancements path of a mod but can't get it to work I tried blocking all advancements but that causes crashes due to the mod relying on advancements to workHere is the mod's folder structure: https://github.com/Aizistral-Studios/Enigmatic-Legacy/tree/1.20.X/src/main/resources/data/enigmaticlegacy/advancements
Here, I block
recipes,bookandmain(this works):{ "namespace": "enigmatic_legacy", "path": "advancements/.*" }Here, I try to block only
main(this does not):{ "namespace": "enigmatic_legacy", "path": "advancements/main/.*" }