Jeryn99 / Gliders

Gliders: essential for traversing terrain and preventing falls
8 stars 3 forks source link

ConcurrentModificationException on CLIENT_SETUP due to ItemProperties::register (Forge, Minecraft 19.2) #25

Closed ForgottenUmbrella closed 1 year ago

ForgottenUmbrella commented 1 year ago

This mod occasionally throws a ConcurrentModificationException on Forge when installed with other mods that don't handle ItemProperties::register properly, as that method is not thread-safe. This isn't due to code in this mod itself, but rather the PalladiumCore library that it depends on.

To fix this bug, you'll need to update your dependency on PalladiumCore to 1.4.1.1.

Jeryn99 commented 1 year ago

Lucas has made me aware, I am just trying to find time to sort that out