updateSuppressionCrashFix rule not work when I add dimthread.

I think this problem is caused by two mods modifying the same method:MinecraftServer$tickWorlds
Dimthread source code:

Carpet source code:


Carpet will throw a ThrowableSuppression if there is a StackOverFlowError,and plans to catch it in MinecraftServer$tickWorlds
But dimthread also modifying method MinecraftServer$tickWorlds.
I hope you can solve this problem.Thankyou.