Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
2.3-1.20.1
Release
2.3-1.20.12 years ago 4,105
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
Effective 2.3 - 1.20.1:
- Added audio ambience!
- Note: This feature is still early in development and some biomes might be missing. Please don't hesitate to give feedback on missing ambience and other requests on the GitHub issues!
- Added day ambience for temperate biomes
- Added night ambience for temperate biomes
- Added beach ambience (same for day and night)
- Added cave ambience
- Added deep dark ambience
- Added lush caves ambience
- Added dripstone caves ambience
- Rearranged the config to now be separated between "Visuals" and "Audio" categories
- Separated the visuals category in sub-categories (corresponding to the previous categories)
- Moved the cascade sound volume and distance options to the audio category
- Added a volume option for biome ambience
see full changelog here
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:pcPXJeZi:xqCJjccm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pcPXJeZi:xqCJjccm"
}




