MojangLogoAnimation
ModThis mod changes loading screen.
Type
Mod
Modrinth Downloads
3,357
Modrinth ID
GSEDw8iD
Last Updated
Jul 27, 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 API ✅ Modrinth / CurseForge Cloth Config ✅ Modrinth / CurseForge Mod Menu ❌ (optional) Modrinth / CurseForgeArchitecture
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:
- Place frame textures in textures/gui/title/{id}/
- Place sound in sounds/gui/title/{id}.ogg
- Register with splashLoader.register(new FolderAnimationData("id", frameCount))
Preview

Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Cobblemon improvedmon
Adds variant evolutions to pokemon giving useful abilities and attacks to some pokemon with little aesthetic variation
NoFireOverlay
A slim, customizable fire overlay that keeps the vanilla flames from blocking your screen — see clearly while on fire an...
"Limitless" Banners
A simple mod that removes the banner pattern limit. The new cap is at 16!
QuickNick
Give yourself or others a new name!
Firework Rocket Duration
Change the sprite of the firework rocket depending on flight duration
Just A Basic Concrete Mod
JABCM - A basic mod that adds concrete stairs and slabs!