Mineuniverse
Log in Register
Mods

Mojang Logo Animation

This mod changes loading screen.
by Hashibutogarasu
Download Claim this project
90,954 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Utility & QoL

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 / 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

mojanglogoanimation-1.12.1-1.21.11
MC Fabric, 1.21.11
Release 2026-02-18 Get
MojangLogoAnimation-Forge-1.20.1-16f0652
MC 1.20.1, Forge
Release 2024-05-17 Get
MojangLogoAnimation-Forge-1.20-bf561a7
MC Forge, 1.20
Beta 2024-05-12 Get
MojangLogoAnimation-Fabric-1.20-75c090d
MC Fabric, 1.20
Beta 2024-05-09 Get

More from Hashibutogarasu

project-582561
498
Karasu's Panorama Creator (KPC)
333
KarasunikiLib
160
LightHUD
145

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998