Links
Tags
Creators
Details
1.2.1
Compatibility
Changes
SPRA - Bug Fix Update | Sound Check
This update focuses entirely on stability and bug fixes. New features and more robust portal behavior are in development.
Highlights
- Fixed sounds gradually becoming quieter or disappearing during longer sessions.
- Improved recovery after audio reloads, device changes, and master-volume resets.
- Fixed stale OpenAL sources, filters, effects, and multipath audio resources.
- Fixed long-range propeller attenuation not restoring correctly.
- Fixed rapid block breaking causing sounds to be muffled by already-removed blocks.
- Fixed block changes not immediately updating acoustic geometry.
- Improved audio lifecycle diagnostics and cleanup reliability.
No intentional acoustic balancing, portal tuning, or configuration changes are included. Full-time development has resumed and more awesome features are on the way. Thank you for your patience.
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:JHKPj7kB:myIAtAPL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JHKPj7kB:myIAtAPL"
}

