What's changed?
- Rewrote all the database code.
- ⚠️ The new database schema is incompatible with that of version 0.1.0. Please delete any existing
EggHunt.db
file before using this version. - This mod no longer depends on JetBrain's Exposed framework, which should fix some incompatibilities with other mods depending on a different version of it.
- Leaderboards are now generated entirely using SQL queries (and are sorted correctly as well).
- ⚠️ The new database schema is incompatible with that of version 0.1.0. Please delete any existing
- Fixed an issue with egg block break detection.