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

File Details

corecurriculum-0.1.3.jar

  • R
  • Jan 16, 2026
  • 162.65 KB
  • 9
  • 1.21.1
  • Fabric

File Name

corecurriculum-0.1.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:core-curriculum-1430194:7466925"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes since v0.1.0 → v0.1.3:

Added

  • /submissions command - Full GUI for viewing submission history
  • /recognitions command - View received peer nominations with progress bars
  • /nominate command - Now fully functional with API integration
  • Session tracking - Reports player login/logout to Recognition API
  • Event integration - Automatic teaching and attendance credit tracking

GUI

  • SubmissionHistoryScreen - Scrollable list with status badges (Pending/Processing/Reviewed/Recognized)
  • RecognitionsScreen - Title progress bars showing "X/Y toward [Title]" with earned checkmarks
  • RecognitionListWidget - Shows category colors, nominator names, and reasons

Fixed

  • API response parsing (snake_case field names)
  • Status badges matching backend values

Technical

  • Session start/end reporting via RecognitionApiClient
  • Event processing backend (/sessions, /events/process, /events/credits/:uuid)
  • Database migrations for player_sessions, event_attendance, teaching_credits