You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: