Hey, I'm not good at coding but I've learned about Java a little bit, I think you should use the ConcurrentHashMap, instead of Hashmap in Java, switching to ConcurrentHashMap is easy. I keep getting concurrentmodificationexception crash in the modpack. I decompiled your code and see that you've been using Hashmap, I know that you're a good coder but switching to ConcurrentHashMap shouldn't do any harm to your code.
Hey, I'm not good at coding but I've learned about Java a little bit, I think you should use the ConcurrentHashMap, instead of Hashmap in Java, switching to ConcurrentHashMap is easy. I keep getting concurrentmodificationexception crash in the modpack. I decompiled your code and see that you've been using Hashmap, I know that you're a good coder but switching to ConcurrentHashMap shouldn't do any harm to your code.