Tags
Creators
Details
2.8.0+1.20.1
Compatibility
Required content
Changes
True Adaptive Music v2.8.0 - A bunch of fixes
New Features:
Exit Delay Node Option
- You can now set an exit delay for a node. This functions similar to an enter delay, just backwards. If a node is exited and the next node has an enter delay, the higher delay will be chosen to wait for the next track to play.
Disable Ambience User Option
- From the user options (Sound Options -> TAM -> Options), you can now disable ambience played by TAM. This is useful if you are using an ambience mod and don't want the pack you are using to conflict.
New Predicate Types:
Time of day
- The time of day predicate allows setting music to play during a specific time range during a minecraft day. E.g. playing specific music for ticks 8000-12000.
Fixes
- Fixed natural number input being annoying
- Fixed music weight option missing for sound event tracks
- Fixed structure predicates sometimes not being detected until the world is rejoined
- Fixed parallel music node option not giving a loop start point option
- Fixed fading not occurring when entering/leaving a parallel node context
- Fixed deleting tracks not removing the UI for music weight for that track
- NeoForge/Forge: Fixed missing config button in mod menu
Next up, 2.9 with a bunch more community-requested features!
Please also reach out if you would like support to be added for a new language. I am still working on finishing Russian support :)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TrueAdaptiveMusic-forge-2.8.0+1.20.1.jar | Unknown | 9.66 MiB |
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:UeDAoEyD:Gqck6wfm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UeDAoEyD:Gqck6wfm"
}


