Tags
Creators
Details
1.2
Compatibility
Changes
π Animated Logo β Version 1.2 Released!
Weβre happy to announce that Animated Logo v1.2 is officially out!
This update focuses on performance, stability, and a smoother overall experience.
β‘ Whatβs New in v1.2
π¨ Improved Loading Flow
- The game now loads first, then plays the animation
- This ensures smoother playback, especially on lower-end PCs
π οΈ Better Optimization
- Reduced lag and stutter
- Smoother runtime performance
- More stable behavior during startup
π¨ Visual Improvements
- Enhanced visuals using selected assets from BouncingElf10
- Cleaner and more polished animation feel
π Credits
- This time we used some assets from BouncingElf10 who made Animated Mojang Logo.
Thanks to everyone who tested the beta and shared feedback β€οΈ
If you find any issues or have suggestions, feel free to report them on our Discord.
β Duckii
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xx1ebqyN:NR2VwWT6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xx1ebqyN:NR2VwWT6"
}

