Mojang Logo Animation
Modby Hashibutogarasu
This mod changes loading screen.
Type
Mod
CurseForge Downloads
72,285
CurseForge ID
1013883
Last Updated
Jun 9, 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

Similar Mods
Calibrated Access
A balanced solution for remote block interaction
Majo's Spell Enchantment
Add new enchantments for Iron's Spells 'n Spellbooks, which interact with spells, mana, and casting mechanics.
Epic Knights'n'Mages - Fabric
A mod focused on adding new 3D-styled armors and weapons. This mod is supposed to use with Spell Engine.
Celestial Overhaul
Vanilla Tweak: Change fire, starvation, healing, etc to percentage damage, to better blend them into large number modded...
Wabbanode Companion
A plug-and-play companion mod to hook up a create-server button in Minecraft
Create Logistics
📦 More compact than a vault, organize your inventory with an Item Silo