Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
This version focuses on professional-grade visual polish, layout consistency, and improved update tracking.
โจ New Starfield Perspective: Completely redesigned the Starfield effect. Particles now spawn from the center and accelerate outward with exponential velocity, creating a high-fidelity "Approaching User" 3D zoom effect. ๐ Persistent Layout Slots: Elements (Logo, Track, Bars) are now locked into fixed positions. Hiding an element will no longer cause the remaining items to shift or jump towards the center, ensuring your chosen layout remains consistent. ๐ ๏ธ Independent Visual FX: Fixed a bug where background effects (Starfield/Pulse) would stop if the Visualizer Bars were disabled. Background FX now animate independently of the bar visibility. ๐ Modrinth Integration: Switched the update check system to communicate directly with the Modrinth API for real-time version notifications. ๐งน Streamlined Config: Removed the legacy Waveform effect to focus on high-impact, premium visualizations. Dependencies: Requires Fabric API. Mod Menu is highly recommended for easy configuration access.
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:3I64B72V:3FBdXmZX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3I64B72V:3FBdXmZX"
}

