Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last week
All versions
1.1
Release
1.1 (NeoForge 1.21-1.21.3)last year 16.5K
Compatibility
Minecraft: Java Edition
1.21–1.21.3
Platform
NeoForge
Supported environments
Client-side
Changes
Show Changelog
New Features
- Music disc distance multiplier (100% by default)
-> 50% - 300% or global - Custom music frequency (disabled by default)
-> Replaces the vanilla music frequencies with a customizable random interval
-> Option whether this should also affect the main menu music - Music repeat prevention (enabled by default)
-> Prevents the same music piece from playing multiple times in a row
Other Changes
- Split the "other" mono sound option into multiple categories
-> Note blocks, weather, blocks, hostile mobs, neutral mobs, players, ambience/environment (only mono jukeboxes and note blocks enabled by default) - Split the music clash prevention option into jukeboxes and note blocks (both enabled by default) and added settings for the fade in and fade out durations
- Replaced dependency for Cloth Config with a custom config system
- Remade the icon to look a little better (I'm still no artist though lol)
Fixes
- Mono jukeboxes now doesn't affect note blocks anymore
- Fixed an issue with mono sound where certain sounds would sometimes not be audible
- Changing the music sound category volume while music is faded out no longer overrides the fading
Known incompatibilities
Any version
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:UPd4RNCU:ViffQegl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UPd4RNCU:ViffQegl"
}

