bspkrs-mods / bspkrsCore

A Minecraft mod to hold utility classes used in all the mods I develop/maintain.
30 stars 39 forks source link

Disable ModVersionChecker due to error during init #48

Open Cubius opened 1 year ago

Cubius commented 1 year ago

java.lang.ArrayIndexOutOfBoundsException: 0 is generated at initialization

traces back to ModVersionChecker

presumably the link at versionURL being dead is the issue, but I'm not entirely sure

manually changing the mod's .cfg file will do the trick, but the default for allowUpdateCheck is true currently

could fix or thoroughly remove version control utility on these legacy versions, but it's been 9 years, so I'd call it good enough with this