corecurriculum-0.1.24.jar
Curse Maven Snippet
What's new
v0.1.24 — Two fixes in SplashOverlayMixin.java:
- Progress bar now fades with the overlay — Captures vanilla's fade alpha from redirectFill and applies it to both the track and fill colors. Also early-returns when alpha reaches 0 so it doesn't draw invisible rectangles.
- Progress bar now reaches 100% — Removed the double-smoothing (visualProgress lerp). Vanilla already applies an EMA (progress = progress * 0.95 + actual * 0.05), so we use progress directly instead of adding a second slower animation on top.
This mod has no additional files

