Minecraft (at least the original Java version, not sure about the "Bedrock" C++ one) is really bad at multithreading and mods only tend to make that worse. that being said, it usually isn't this bad. You've probably got some interaction going on that's causing the slowdown, try the ...