promotional bannermobile promotional banner

Core Curriculum

A recognition system for TheBlockAcademy modpack that awards visible titles for craft, teaching, and community contributions through AI-assisted build reviews. NOTE: This is an integration mod. It's designed for exclusive use at https://thebloack.academy
Back to Files

corecurriculum-0.1.24.jar

File namecorecurriculum-0.1.24.jar
Uploaded
Feb 17, 2026
Downloads
110
Size
231.8 KB
Mod Loaders
Fabric
File ID
7637105
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:core-curriculum-1430194:7637105"

Learn more about Curse Maven

What's new

v0.1.24 — Two fixes in SplashOverlayMixin.java:

  1. 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.
  2. 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