- Fixed weird interaction with FancyMenu v2 & v3.
- The 1.21 compat mod should now only load on 1.21.
- Updated to be equivalent of FancyModLoader 3.0.42.
- Actually fixed crash on 24w21a and above.
- Added a log message for ELS init.
- Fixed mod not properly launching on 1.21 snapshots.
- Updated metadata to support 1.21 snapshots.
- Switched from Yarn to Mojang mappings to make maintainance easier.
- Applied all changes up to NeoForge 20.6.99-beta and FancyModLoader 3.0.9
- Split the mod into multiple parts internally.
- Re-added 1.20.1 support
- Updated icon to match the one uploaded to Modrinth.
- NeoForge#b22b15e Replicate vanilla's loading progress bar better (#404)
- Fixed issue where
Util.getEpochTimeMs()
was used instead of the correctUtil. getMeasuringTimeMs()
.
- Use ByteBuddy and UnsafeHacks instead of Springboard