Tags
Creators
Details
1.3
Compatibility
Changes
π§ͺ Animated Logo β Version 1.3 BETA Released!
Version 1.3 BETA is now available!
This update is a small but important step forward, focusing mainly on smoothness, performance, and subtle polish.
π§ Whatβs New in v1.3 BETA
π₯οΈ Minor Bootup Screen Changes
- Small visual tweaks to the animated logo bootup screen
- Cleaner transitions and improved timing
βοΈ Optimization Focus
- Further performance improvements
- Smoother animation playback
- Reduced stutter during startup
π Overall Polish
- More consistent animation behavior
- Better experience on lower-end systems
π Scope of This Update
- No major visual overhaul
- No breaking changes
- Mainly optimization and refinement
β οΈ BETA WARNING
This is a BETA release.
You may still encounter bugs or unfinished behavior. Please report any issues on our Discord so they can be fixed before the stable release.
Thanks for testing and supporting the project π
Your feedback directly helps improve future versions.
β 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:tNz8v4mZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xx1ebqyN:tNz8v4mZ"
}

