Modscraper Modscraper Minecraft
MojangLogoAnimation logo

MojangLogoAnimation

Mod

This mod changes loading screen.

Type

Mod

Modrinth Downloads

2,766

Modrinth ID

GSEDw8iD

Last Updated

Jun 7, 2026

Description

MojangLogoAnimation

A Fabric mod that replaces the static Mojang Studios logo on the splash screen with a smooth frame-by-frame animation.

Dependencies

Dependency Required Link Fabric APIModrinth / CurseForge Cloth ConfigModrinth / CurseForge Mod Menu ❌ (optional) Modrinth / CurseForge

Architecture

This mod uses a data-driven animation system built around a clean separation of concerns:

  • ISplashScreenAnimationData — Interface defining animation metadata (frame count, timing, sound, textures). New animation types can be added by implementing this interface.
  • FolderAnimationData — A record implementation that resolves textures from textures/gui/title/{id}/ and sound events via the gui.title.{id} naming convention.
  • AnimationPlayer — Encapsulates all animation state (frame progression, sound playback, lifecycle). Runs animation on a daemon thread with thread-safe access via AtomicInteger/AtomicBoolean.
  • SplashLoader — Registry for animation data. Animations are pre-registered during client initialization since the splash screen renders during resource loading.
  • SplashOverlayMixin — A thin Mixin layer that delegates all logic to AnimationPlayer. The Mixin itself holds no animation knowledge.

Adding a new animation requires only:

  1. Place frame textures in textures/gui/title/{id}/
  2. Place sound in sounds/gui/title/{id}.ogg
  3. Register with splashLoader.register(new FolderAnimationData("id", frameCount))

Preview

MojangStudioMode 3dSharewareMode

Compatibility

Mod Loaders

Fabric

Game Versions

1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 +1 more

Similar Mods

Included in Modpacks

External Resources