Closed koenigstag closed 1 year ago
Appreciate it, thanks.
I was brought to this thread by the same crash - Curseforge latest version is from Jan, from before commits were made to fix this bug. Any chance of a new Curseforge version to hotfix this?
I was brought to this thread by the same crash - Curseforge latest version is from Jan, from before commits were made to fix this bug. Any chance of a new Curseforge version to hotfix this?
Working on it, sorry for the delay. Took a bit of a break from this. I was originally going to switch off of Geckolib, and I had done that before this issue was brought up and I hadn't made a branch for it. Long story short, I'm sticking with GeckoLib so I had to change some code back. Hotfix soon, hopefully.
Issue: On minecraft load it sometimes crashes with error
Found another mod which had the same issue resolved: https://github.com/TheCBProject/CBMultipart/issues/87
Adding
if (level.isClientSide) return;
has fixed game load crash for my test setup. This fix switches off logic if it is run on client side.Fix for issues: https://github.com/Coda1552/Breezy/issues/17 https://github.com/Coda1552/Breezy/issues/19 https://github.com/Coda1552/Breezy/issues/21