ConcurrentModificationException in FMLClientSetupEvent
SiverDX opened this issue ยท 0 comments
In the clientSetup
method of Undergarden.java
there are register
calls to ItemProperties
These can potentially cause the exception above (I get them sometimes in my modpack)
I think they need to be put in event.enqueueWork
to be thread safe
See documentation:
https://docs.minecraftforge.net/en/latest/resources/client/models/itemproperties/