Tags
Creators
Details
7.0
Compatibility
Required content
Changes
Matmos Ambiant Sound
old versions : 1.12.2 - 1.14.4 - 1.15.2 - 1.16.5 - 1.17.1 - 1.18.2 supported versions are : 1.19.2 - 1.19.4 - 1.20.1 - 1.20.4 - 1.20.6 Beta versions are : 1.21.1 - 1.21.4
⬛ incompatible
🟥 not supported
🟧 partially supported / may have bugs
🟩 Fully Supported / Usable
Matmos V7.0 : code rewriting, optimization, Forests and sound physics Update
Patch Note
- Complete code rewriting
- significant improvement in optimization
- removing some sounds and adding others
- Supported Sounds Physics mods in projects
- change of settings interface
- supported settings.toml file which allows to change mod settings without opening the game
- Editing some audio files
- added a lot of sound for forest environments
- Minor addition that increases quality
- added support for 1.12.2
- added support for 1.14.4
- added support for 1.15.2
- added support for 1.16.5
- added support for 1.17.1
- added support for 1.18.2
- added support for 1.21.4
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:bTSEAgRY:fXyxBRKp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bTSEAgRY:fXyxBRKp"
}

