LeraRiemann / ProjectInfinity

https://modrinth.com/mod/infinite-dimensions
7 stars 4 forks source link

Fix startup crash in config updater #35

Closed cassiancc closed 2 months ago

cassiancc commented 2 months ago

The auto-updater seems to be attempting to read from the current specified pack version inside the JAR. This causes a crash on startup outside of the dev environment. As a (possibly) temporary fix, I've created a dedicated version for reading the current infinity config version.

LeraRiemann commented 2 months ago

fixed the issue myself a different way