Skip to content

Egg Hunt 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kr8gz kr8gz released this 16 Mar 18:15
· 3 commits to master since this release

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).
  • Fixed an issue with egg block break detection.