I had some luck with MCAnimator by changing the instances of ArrayList<E> in AnimTickHandler to CopyOnWriteArrayList<E> - this seems to stop the concurrent modfication exception issues for me.
36 replies
Important Information
By using this site, you agree to our Terms of Use.