All versions
2.0.0
Release
Tense Ambience 1.20.1-1.20.4 2.0.0 Forge6 months ago 61.5K
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Forge
Supported environments
Client-side
Changes
v.2.0.0: Fixes:
- Fixed transition issues
- Fixed ambient sounds playing in the background unintentionally
- Fixed fading issues
- Fixed sound playing on the title screen
Improvements:
- Improved and stabilized transitions
- Enhanced biome recognition (now searches biome strings for tags)
- Added more ambience sounds and adjusted base volume levels
- Ambience volume slider is now smooth (allow a few seconds for volume changes to apply)
- Slight performance improvements
Audio & Ambience:
- Dynamic ambience sound loading
- Add or replace ambience by placing any .mp3 file into /sounds/<category_name>
Customization & Configuration:
- Added a new configuration system
- Biome blacklist
- Ability to toggle individual biomes
Config changes are not backward-compatible Please delete old config files before updating!!!
New Content:
- Added Desert Biome Support
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:9qIVVBj8:lRzQUAYp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9qIVVBj8:lRzQUAYp"
}

